File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1616 Strict-Transport-Security max-age=31536000
1717 # disable clients from sniffing the media type
1818 X-Content-Type-Options nosniff
19- # Define valid parents that may embed a page
20- Content-Security-Policy "frame-ancestors 'self' https://*.{$GITPOD_DOMAIN} https://{$GITPOD_DOMAIN}"
2119 # keep referrer data off of HTTP connections
2220 Referrer-Policy no-referrer-when-downgrade
2321 # Enable cross-site filter (XSS) and tell browser to block detected attacks
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ https://{$GITPOD_DOMAIN} {
299299# workspaces
300300https ://*.*. {$GITPOD_DOMAIN} {
301301 import enable_log
302- import workspace_security_headers
302+ # import workspace_security_headers
303303 import remove_server_header
304304 import ssl_configuration
305305 import debug_headers
You can’t perform that action at this time.
0 commit comments