Skip to content

Commit 8b40739

Browse files
authored
Merge pull request #2144 from insectengine/CSP-AdobeAnalytics-secondfix
update CSP with Deepak's changes
2 parents fbba7ad + 9cdc156 commit 8b40739

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

_includes/head-csp.html

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
<meta http-equiv="Content-Security-Policy" content="
2-
default-src https://dpm.demdex.net https://route-default-test-mscherer-matamo.apps.ospo-osci.z3b1.p1.openshiftapps.com/ {{ site.search.host }};
2+
connect-src 'self' https://dpm.demdex.net https://adobedc.demdex.net https://route-default-test-mscherer-matamo.apps.ospo-osci.z3b1.p1.openshiftapps.com/ {{ site.search.host }} https://smetrics.redhat.com;
33
script-src 'self' 'unsafe-inline' 'unsafe-eval'
4-
{{ search_script }}
5-
https://assets.adobedtm.com
6-
js.bizographics.com
7-
https://www.redhat.com
8-
https://static.redhat.com
9-
https://app.requestly.io/
10-
jsonip.com
11-
https://ajax.googleapis.com
12-
https://use.fontawesome.com
13-
https://app.mailjet.com
14-
http://www.youtube.com
15-
http://www.googleadservices.com
16-
https://googleads.g.doubleclick.net
17-
https://giscus.app
18-
https://route-default-test-mscherer-matamo.apps.ospo-osci.z3b1.p1.openshiftapps.com/;
4+
{{ search_script }}
5+
https://assets.adobedtm.com
6+
js.bizographics.com
7+
https://www.redhat.com
8+
https://static.redhat.com
9+
https://app.requestly.io/
10+
jsonip.com
11+
https://ajax.googleapis.com
12+
https://use.fontawesome.com
13+
http://www.youtube.com
14+
http://www.googleadservices.com
15+
https://googleads.g.doubleclick.net
16+
https://giscus.app
17+
https://route-default-test-mscherer-matamo.apps.ospo-osci.z3b1.p1.openshiftapps.com/
18+
https://app.mailjet.com;
1919
2020
style-src 'self' https://fonts.googleapis.com https://use.fontawesome.com;
2121
img-src 'self' * data:;
2222
media-src 'self';
23-
frame-src https://redhat.demdex.net https://www.youtube.com https://embed.restream.io https://app.mailjet.com http://xy0p2.mjt.lu https://mj.quarkus.io https://giscus.app; base-uri 'none'; object-src 'none'; form-action 'none';
23+
frame-src https://redhat.demdex.net https://www.youtube.com https://embed.restream.io https://app.mailjet.com http://xy0p2.mjt.lu https://mj.quarkus.io https://giscus.app;
24+
base-uri 'none';
25+
object-src 'none';
26+
form-action 'none';
2427
font-src 'self' https://use.fontawesome.com https://fonts.gstatic.com;" />

0 commit comments

Comments
 (0)