Skip to content

Commit e03caf4

Browse files
committed
refine url and change url in .js file
1 parent 53c5b6e commit e03caf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/head-csp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<meta http-equiv="Content-Security-Policy" content="
2-
connect-src 'self' https://dpm.demdex.net https://adobedc.demdex.net https://analytics.ossupstream.org/index.php/ {{ site.search.host }} https://smetrics.redhat.com;
2+
connect-src 'self' https://dpm.demdex.net https://adobedc.demdex.net https://analytics.ossupstream.org/ {{ site.search.host }} https://smetrics.redhat.com;
33
script-src 'self' 'unsafe-inline' 'unsafe-eval'
44
{{ search_script }}
55
https://assets.adobedtm.com
@@ -14,7 +14,7 @@
1414
http://www.googleadservices.com
1515
https://googleads.g.doubleclick.net
1616
https://giscus.app
17-
https://analytics.ossupstream.org/index.php
17+
https://analytics.ossupstream.org/
1818
https://app.mailjet.com;
1919
2020
style-src 'self' https://fonts.googleapis.com https://use.fontawesome.com;

assets/javascript/tracking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var _paq = window._paq = window._paq || [];
33
_paq.push(['trackPageView']);
44
_paq.push(['enableLinkTracking']);
55
(function() {
6-
var u="https://route-default-test-mscherer-matamo.apps.ospo-osci.z3b1.p1.openshiftapps.com/";
6+
var u="https://analytics.ossupstream.org/";
77
_paq.push(['setTrackerUrl', u+'matomo.php']);
88
_paq.push(['setSiteId', '2']);
99
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];

0 commit comments

Comments
 (0)