Skip to content

Commit

Permalink
chore: Adds all AG domain to allowed frame-src csp
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-zahedi committed Jan 10, 2024
1 parent a345171 commit 4212358
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-cycles-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gdu': patch
---

Adds all AG domain to allowed frame-src csp
1 change: 1 addition & 0 deletions packages/gdu/config/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const CSPDefaultsList: CSPItem[] = [
key: 'frame-src',
values: [
"'self'",
'https://*.autoguru.com.au',
'https://www.youtube.com',
'https://www.google.com',
'https://*.doubleclick.net',
Expand Down

0 comments on commit 4212358

Please sign in to comment.