-
Notifications
You must be signed in to change notification settings - Fork 7
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
CPX-632: configure CSP frame-ancestors #56
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
93e583f
to
4cf1d3b
Compare
4cf1d3b
to
129a57a
Compare
src/app/layout.tsx
Outdated
|
||
const sourceSans = Source_Sans_3({ | ||
subsets: ['latin'], | ||
weight: ['300', '400', '600', '700', '800'], | ||
}); | ||
|
||
export const metadata: Metadata = { title: 'BigAI Copywriter' }; |
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.
Is there a reason we removing it?
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.
@solofeed changed the approach to handle the headers in middleware.
129a57a
to
b95178c
Compare
3cfc53b
to
39225dd
Compare
af5d36f
to
2ee4fe4
Compare
2ee4fe4
to
0eecaf8
Compare
69c9fa1
to
03c81f5
Compare
03c81f5
to
ac0319f
Compare
ac0319f
to
2d396f0
Compare
2d396f0
to
507c436
Compare
507c436
to
b50c5dd
Compare
b50c5dd
to
15705e5
Compare
15705e5
to
7eff5da
Compare
7eff5da
to
9243256
Compare
9243256
to
4ec2141
Compare
4ec2141
to
4a2ea13
Compare
4a2ea13
to
1089676
Compare
1089676
to
1712ebb
Compare
1712ebb
to
43e531e
Compare
43e531e
to
ac49be5
Compare
f440f5a
to
179cd8e
Compare
179cd8e
to
7a128a8
Compare
What/Why?
Implement a content security policy where the
frame-ancestors
are configured with a wildcard to only be loaded within BigCommerce iframes..Modify headers at the edge to incliude the
content-security-policy
header withframe-ancestors
allowing the three bigcomemrce environments.Rollout/Rollback
revert
Testing
@bigcommerce/team-data