mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-07 06:57:39 +03:00
Fix subreddit sorting and media
This commit is contained in:
parent
1653d4fb4c
commit
bfcc4c985d
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ async fn main() -> std::io::Result<()> {
|
|||
.header("X-Frame-Options", "DENY")
|
||||
.header(
|
||||
"Content-Security-Policy",
|
||||
"default-src 'none'; style-src 'self' 'unsafe-inline'; base-uri 'none'; img-src 'self' data:; form-action 'self'; frame-ancestors 'none';",
|
||||
"default-src 'none'; media-src 'self'; style-src 'self' 'unsafe-inline'; base-uri 'none'; img-src 'self' data:; form-action 'self'; frame-ancestors 'none';",
|
||||
),
|
||||
)
|
||||
// Default service in case no routes match
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue