File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/country_workspace/config/fragments Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11CSP_DEFAULT_SRC = [
22 "'self'" ,
33 "'unsafe-inline'" ,
4- "cdnjs.cloudflare.com"
4+ "cdnjs.cloudflare.com" ,
5+ "blob.core.windows.net" ,
56]
67CSP_STYLE_SRC = [
78 "'self'" ,
89 "'unsafe-inline'" ,
910 "same-origin" ,
1011 "fonts.googleapis.com" ,
1112 "fonts.gstatic.com" ,
13+ "blob.core.windows.net" ,
1214]
1315CSP_SCRIPT_SRC = [
1416 "'self'" ,
1517 "'unsafe-inline'" ,
1618 "same-origin" ,
1719 "blob:" ,
1820 "cdnjs.cloudflare.com" ,
21+ "blob.core.windows.net" ,
1922]
2023CSP_IMG_SRC = [
2124 "'self'" ,
2427 "blob:" ,
2528 "data:" ,
2629 "cdn.redoc.ly" ,
30+ "blob.core.windows.net" ,
2731]
2832CSP_FONT_SRC = [
2933 "'self'" ,
3236 "fonts.googleapis.com" ,
3337 "fonts.gstatic.com" ,
3438 "blob:" ,
39+ "blob.core.windows.net" ,
3540]
You can’t perform that action at this time.
0 commit comments