mirror of
https://github.com/welpo/tabi.git
synced 2025-12-13 19:28:45 +01:00
🐛 fix(CSP): Move cdn.jsdelivr.net to different directive
this is abusing the CI to test if the old location was actually needed. I am sorry.
This commit is contained in:
parent
ab4bcd5695
commit
e48088626e
1 changed files with 2 additions and 2 deletions
|
|
@ -355,8 +355,8 @@ footer_menu = [
|
|||
allowed_domains = [
|
||||
{ directive = "font-src", domains = ["'self'", "data:"] },
|
||||
{ directive = "img-src", domains = ["'self'", "https://*", "data:"] },
|
||||
{ directive = "media-src", domains = ["'self'", "https://cdn.jsdelivr.net/"] },
|
||||
{ directive = "script-src", domains = ["'self'"] },
|
||||
{ directive = "media-src", domains = ["'self'"] },
|
||||
{ directive = "script-src", domains = ["'self'", "https://cdn.jsdelivr.net/"] },
|
||||
{ directive = "style-src", domains = ["'self'"] },
|
||||
{ directive = "frame-src", domains = ["player.vimeo.com", "https://www.youtube-nocookie.com"] },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue