Skip to content

Commit

Permalink
OD-19304 Added news endpoint csp rules
Browse files Browse the repository at this point in the history
  • Loading branch information
yuryyas committed Oct 31, 2024
1 parent cc03d2a commit 643a47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-html/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const plugins = (NODE_ENV, BUILD_NUMBER) => {
" https://*.googletagmanager.com" +
" https://*.googleapis.com" +
" https://*.google.com" +
" https://ish-oncourse-sttrianians.s3.ap-southeast-2.amazonaws.com" +
" https://*.s3.ap-southeast-2.amazonaws.com" +
" https://*.ish.com.au" +
" 'unsafe-inline';" +
" img-src * 'self' data: https:;" +
Expand Down

0 comments on commit 643a47f

Please sign in to comment.