mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-08 23:08:25 +00:00
fix(storyboards): Add HOST_URL to CSP so clients are able to get the storyboards from alternative domains)
This commit is contained in:
parent
e0d4272070
commit
99224b9f60
@ -54,7 +54,7 @@ module Invidious::Routes::BeforeAll
|
||||
"default-src 'none'",
|
||||
"script-src 'self'",
|
||||
"style-src 'self' 'unsafe-inline'",
|
||||
"img-src 'self' data:",
|
||||
"img-src 'self' data: " + HOST_URL,
|
||||
"font-src 'self' data:",
|
||||
"connect-src 'self'" + extra_connect_csp,
|
||||
"manifest-src 'self'",
|
||||
|
Loading…
Reference in New Issue
Block a user