Skip to content

Commit

Permalink
fix(csp): add bcd.developer.mozilla/allizom.org as connect-src (#8483)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Mar 23, 2023
1 parent 688d407 commit 0c2fd32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ export const CSP_DIRECTIVES = {
"connect-src": [
"'self'",

"bcd.developer.allizom.org",
"bcd.developer.mozilla.org",

"updates.developer.allizom.org",
"updates.developer.mozilla.org",

Expand Down

0 comments on commit 0c2fd32

Please sign in to comment.