Skip to content

Commit

Permalink
Merge branch 'padms/2346'
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Aug 8, 2024
2 parents 1036e06 + 74afc3b commit 072a0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/securityHeaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const selfSrcUrls = [
'https://*.algolia.net',
'https://*.algolianet.com',
'https://*.cookiebot.com',
'https://eu-api.friendlycaptcha.eu',
dataset !== 'brazil' ? 'https://eu-api.friendlycaptcha.eu' : 'https://api.friendlycaptcha.com/',
isProduction ? '' : 'ws:',
]
.filter((e) => e)
Expand Down

0 comments on commit 072a0bf

Please sign in to comment.