-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update coolwsd.xml.in add concrete link to frame-ancestor #10551
base: master
Are you sure you want to change the base?
Conversation
coolwsd.xml.in
Outdated
@@ -184,7 +184,7 @@ | |||
<host desc="Ditto, but as IPv4-mapped IPv6 addresses">::ffff:10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host> | |||
<host desc="Localhost access by name">localhost</host> | |||
</lok_allow> | |||
<content_security_policy desc="Customize the CSP header by specifying one or more policy-directive, separated by semicolons. See w3.org/TR/CSP2"></content_security_policy> | |||
<content_security_policy desc="Customize the CSP header by specifying one or more policy-directive, separated by semicolons. See https://www.w3.org/TR/CSP2/#directive-frame-ancestors"></content_security_policy> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it allow more than just frame ancestors. Maybe it the next line should include a link to frame-ancestors CSP part of the deprecation.
CI failed because of lack of change-id. |
Signed-off-by: Méven Car <[email protected]> Change-Id: I95f186820737c29bb2aa177db3bf07d40188c839
connect-src 'self' collabora-online-server.local; | ||
frame-src 'self' server-to-inject-iframe-from.xyz; | ||
connect-src 'self' server-to-inject-js-from.io | ||
--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
having a frame-ancestors
example would help too as it is the main use for it.
cc @hfiguiere
Summary
TODO
Checklist
make prettier-write
and formatted the code.make check
make run
and manually verified that everything looks okay