Skip to content

Commit 4326c8c

Browse files
authored
Merge pull request #1744 from insectengine/RemoveGoogletracking
Remove google tracking
2 parents 7dc6745 + a592482 commit 4326c8c

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

_layouts/base.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>{{ page.title }}{{ page_title_version_suffix }}{% unless page_title_starts_with_quarkus or page_title_ends_with_quarkus %} - Quarkus{% endunless %}</title>
2121
<meta charset="utf-8">
2222
<meta name="viewport" content="width=device-width, initial-scale=1">
23-
<meta http-equiv="Content-Security-Policy" content="default-src https://dpm.demdex.net; script-src 'self' 'unsafe-eval' 'sha256-ANpuoVzuSex6VhqpYgsG25OHWVA1I+F6aGU04LoI+5s=' 'sha256-ipy9P/3rZZW06mTLAR0EnXvxSNcnfSDPLDuh3kzbB1w=' js.bizographics.com https://www.redhat.com https://static.redhat.com assets.adobedtm.com jsonip.com https://ajax.googleapis.com https://www.googletagmanager.com https://www.google-analytics.com https://use.fontawesome.com https://app.mailjet.com http://www.youtube.com http://www.googleadservices.com https://googleads.g.doubleclick.net https://dpm.demdex.net https://giscus.app; style-src 'self' https://fonts.googleapis.com https://use.fontawesome.com; img-src 'self' *; media-src 'self'; frame-src https://www.googletagmanager.com 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'; font-src 'self' https://use.fontawesome.com https://fonts.gstatic.com;" />
23+
<meta http-equiv="Content-Security-Policy" content="default-src https://dpm.demdex.net; script-src 'self' 'unsafe-eval' 'sha256-ANpuoVzuSex6VhqpYgsG25OHWVA1I+F6aGU04LoI+5s=' 'sha256-ipy9P/3rZZW06mTLAR0EnXvxSNcnfSDPLDuh3kzbB1w=' js.bizographics.com https://www.redhat.com https://static.redhat.com assets.adobedtm.com jsonip.com https://ajax.googleapis.com https://use.fontawesome.com https://app.mailjet.com http://www.youtube.com http://www.googleadservices.com https://googleads.g.doubleclick.net https://dpm.demdex.net https://giscus.app; style-src 'self' https://fonts.googleapis.com https://use.fontawesome.com; img-src 'self' *; media-src 'self'; frame-src 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'; font-src 'self' https://use.fontawesome.com https://fonts.gstatic.com;" />
2424
<script id="adobe_dtm" src="https://www.redhat.com/dtm.js" type="text/javascript"></script>
2525
<script src="{{ '/assets/javascript/highlight.pack.js' | relative_url }}" type="text/javascript"></script>
2626
<META HTTP-EQUIV='X-XSS-Protection' CONTENT="1; mode=block">
@@ -46,7 +46,6 @@
4646
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}?2021-07-29" />
4747
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
4848
<link rel="alternate" type="application/rss+xml" href="/feed.xml" title="{{ site.title }}">
49-
<script src="/assets/javascript/goan.js" type="text/javascript"></script>
5049
<script src="/assets/javascript/hl.js" type="text/javascript"></script>
5150
{% comment %}
5251
Tell Google all the language variants of a page, including itself. Existence of the localized variant is not checked.
@@ -60,10 +59,6 @@
6059
</head>
6160

6261
<body class="{% if page.url == '/' %}homepage{% else %}{{page.layout}}{% endif %}">
63-
<!-- Google Tag Manager (noscript) -->
64-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NJWS5L"
65-
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
66-
<!-- End Google Tag Manager (noscript) -->
6762

6863
{% include language-headerbar.html %}
6964
{% include header-navigation.html %}

assets/javascript/goan.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)