Merge pull request 'fix(csp): frame-ancestors directive is not supported in the <meta> element' (#123) from sumarsono/duckquill:fix/config-csp-frame-ancestors into main

Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/123
This commit is contained in:
David Lapshin
2025-01-14 12:22:27 +00:00

View File

@ -175,7 +175,6 @@ csp = [
{ directive = "style-src", domains = ["'self'", "'unsafe-inline'"] },
{ directive = "frame-src", domains = ["https://player.vimeo.com", "https://www.youtube-nocookie.com", "https://toot.community"] },
{ directive = "connect-src", domains = ["https://toot.community"] },
{ directive = "frame-ancestors", domains = ["'none'"] },
{ directive = "base-uri", domains = ["'none'"] },
{ directive = "form-action", domains = ["'none'"] }
]