We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f099c commit eea4c8eCopy full SHA for eea4c8e
frontend/frontend.conf.template
@@ -151,7 +151,7 @@ server {
151
proxy_pass http://browser-$browserid.browser$fqdn_suffix:9223/vnc/;
152
proxy_set_header Host "localhost";
153
154
- add_header Content-Security-Policy "frame-ancestors *";
+ add_header Content-Security-Policy "frame-ancestors 'self' localhost:*";
155
}
156
157
location = /access_check_profiles {
0 commit comments