Avoiding specific warning on Google Chrome (#1268)
Avoids a warning that appears in the console when opening the site on Google Chrome
This commit is contained in:
parent
2f49d07dc3
commit
1701a23c8d
|
|
@ -6,6 +6,11 @@
|
||||||
{% if site.enable_bing_verification -%}
|
{% if site.enable_bing_verification -%}
|
||||||
<meta name="msvalidate.01" content="{{ site.bing_site_verification }}" />
|
<meta name="msvalidate.01" content="{{ site.bing_site_verification }}" />
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
<!-- Avoid warning on Google Chrome
|
||||||
|
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
|
||||||
|
see https://stackoverflow.com/a/75119417
|
||||||
|
-->
|
||||||
|
<meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
<!-- Standard metadata -->
|
<!-- Standard metadata -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue