Commit 407a3504 authored by tom's avatar tom

update csp policy

parent 5b6cdca6
...@@ -99,14 +99,14 @@ function makePolicyMap() { ...@@ -99,14 +99,14 @@ function makePolicyMap() {
...MAIN_DOMAINS, ...MAIN_DOMAINS,
// github avatars // github assets (e.g trustwallet token icons)
'avatars.githubusercontent.com',
// other github assets (e.g trustwallet token icons)
'raw.githubusercontent.com', 'raw.githubusercontent.com',
// auth0 assets // auth0 assets and avatars
's.gravatar.com', 's.gravatar.com',
'i0.wp.com', 'i1.wp.com', 'i2.wp.com', 'i3.wp.com',
'lh3.googleusercontent.com', // google avatars
'avatars.githubusercontent.com', // github avatars
// network assets // network assets
...networkExternalAssets.map((url) => url.host), ...networkExternalAssets.map((url) => url.host),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment