|
20 | 20 | <title>{{ page.title }}{{ page_title_version_suffix }}{% unless page_title_starts_with_quarkus or page_title_ends_with_quarkus %} - Quarkus{% endunless %}</title>
|
21 | 21 | <meta charset="utf-8">
|
22 | 22 | <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;" /> |
24 | 24 | <script id="adobe_dtm" src="https://www.redhat.com/dtm.js" type="text/javascript"></script>
|
25 | 25 | <script src="{{ '/assets/javascript/highlight.pack.js' | relative_url }}" type="text/javascript"></script>
|
26 | 26 | <META HTTP-EQUIV='X-XSS-Protection' CONTENT="1; mode=block">
|
|
46 | 46 | <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}?2021-07-29" />
|
47 | 47 | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
|
48 | 48 | <link rel="alternate" type="application/rss+xml" href="/feed.xml" title="{{ site.title }}">
|
49 |
| - <script src="/assets/javascript/goan.js" type="text/javascript"></script> |
50 | 49 | <script src="/assets/javascript/hl.js" type="text/javascript"></script>
|
51 | 50 | {% comment %}
|
52 | 51 | Tell Google all the language variants of a page, including itself. Existence of the localized variant is not checked.
|
|
60 | 59 | </head>
|
61 | 60 |
|
62 | 61 | <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) --> |
67 | 62 |
|
68 | 63 | {% include language-headerbar.html %}
|
69 | 64 | {% include header-navigation.html %}
|
|
0 commit comments