Skip to content
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

fix: update x-frame-options to allow component previews #491

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: update x-frame-options to allow component previews
ethanWallace authored Feb 10, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit be4f13e07035c1d2345ee27a9b3f56fddc67cdc9
4 changes: 2 additions & 2 deletions customHttp.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ customHeaders:
- key: Strict-Transport-Security
value: max-age=31536000; includeSubDomains
- key: X-Frame-Options
value: DENY
value: SAMEORIGIN
- key: X-XSS-Protection
value: 1; mode=block
- key: X-Content-Type-Options
@@ -27,4 +27,4 @@ customHeaders:
style-src 'unsafe-inline' https: 'strict-dynamic' 'self' https://fonts.googleapis.com;
base-uri 'self';
form-action 'self';
object-src 'none'
object-src 'none'