Skip to content

Commit

Permalink
Merge pull request #423 from communitybridge/feat/cors-whitelist-fron…
Browse files Browse the repository at this point in the history
…tend

cors whitelist
  • Loading branch information
nickmango authored Apr 10, 2024
2 parents 78edba5 + 28c1533 commit f1100db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion edge/security-headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ function generateCSP(env, isDevServer) {
'https://api-gw.staging.platform.linuxfoundation.org/',
'https://api-gw.platform.linuxfoundation.org/',
'https://api.lfcla.staging.platform.linuxfoundation.org/',
'https://api.lfcla.dev.platform.linuxfoundation.org/'
'https://api.lfcla.dev.platform.linuxfoundation.org/',
'https://easycla.dev.communitybridge.org/',
'https://easycla.lfx.linuxfoundation.org/',
'https://contributor.easycla.lfx.linuxfoundation.org/'
];
let scriptSources = [SELF, UNSAFE_EVAL, UNSAFE_INLINE,
'https://cdn.dev.platform.linuxfoundation.org/lfx-header-v2.js',
Expand Down

0 comments on commit f1100db

Please sign in to comment.