Skip to content

Commit

Permalink
Matomo POC Closing (#67)
Browse files Browse the repository at this point in the history
* Remove Matomo POC tracking code

* remove from CSP
  • Loading branch information
insectengine committed May 13, 2024
1 parent d391678 commit bf25e82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
14 changes: 1 addition & 13 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta http-equiv="Referrer-Policy" content="no-referrer, strict-origin-when-cross-origin">

<meta http-equiv='Content-Security-Policy'
content="default-src https://www.youtube.com https://www.google-analytics.com https://analytics.ossupstream.org; style-src 'self' https://cdnjs.cloudflare.com; img-src 'self' https://static.jboss.org https://www.google-analytics.com; font-src 'self' https://cdnjs.cloudflare.com; script-src 'self' https://maxcdn.bootstrapcdn.com https://www.google-analytics.com https://cdnjs.cloudflare.com https://analytics.ossupstream.org https://www.apicurio.io https://www.googletagmanager.com; frame-ancestors 'none'; base-uri 'none'; form-action 'none';">
content="default-src https://www.youtube.com https://www.google-analytics.com; style-src 'self' https://cdnjs.cloudflare.com; img-src 'self' https://static.jboss.org https://www.google-analytics.com; font-src 'self' https://cdnjs.cloudflare.com; script-src 'self' https://maxcdn.bootstrapcdn.com https://www.google-analytics.com https://cdnjs.cloudflare.com https://www.apicurio.io https://www.googletagmanager.com; frame-ancestors 'none'; base-uri 'none'; form-action 'none';">

<link rel="shortcut icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon" integrity="sha384-if9KH+NQ2dMhdrWu+INnJTcvG6riRakUAnbhecX5a7voubrapo7ouFGS+GYZ/N4P" crossorigin="anonymous"/>

Expand All @@ -25,16 +25,4 @@
{% seo %}

<script src="{{ site.baseurl }}/js/index.js"></script>


<noscript>
<!-- Matomo Image Tracker-->
<img referrerpolicy="no-referrer-when-downgrade" src="https://analytics.ossupstream.org/matomo.php?idsite=3&amp;rec=1" style="border:0" alt="" />
<!-- End Matomo -->
</noscript>

<script src="{{ site.baseurl }}/js/tracking.js"></script>
<script src="https://analytics.ossupstream.org/matomo.js" async defer></script>


</head>
8 changes: 0 additions & 8 deletions js/tracking.js

This file was deleted.

0 comments on commit bf25e82

Please # to comment.