Skip to content

Commit b7a304a

Browse files
committed
🧹
1 parent faad99e commit b7a304a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

components/ide-proxy/conf/Caddyfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
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

components/proxy/conf/Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ https://{$GITPOD_DOMAIN} {
299299
# workspaces
300300
https://*.*.{$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

0 commit comments

Comments
 (0)