We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b806d74 commit 9b5d7caCopy full SHA for 9b5d7ca
_includes/metadata.html
@@ -6,6 +6,11 @@
6
{% if site.enable_bing_verification -%}
7
<meta name="msvalidate.01" content="{{ site.bing_site_verification }}" />
8
{%- endif -%}
9
+ <!-- Avoid warning on Google Chrome
10
+ Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
11
+ see https://stackoverflow.com/a/75119417
12
+ -->
13
+ <meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
14
{%- endif %}
15
16
<!-- Standard metadata -->
0 commit comments