Skip to content

Commit

Permalink
Avoiding specific warning on Google Chrome (#1268)
Browse files Browse the repository at this point in the history
Avoids a warning that appears in the console when opening the site on Google Chrome
  • Loading branch information
george-gca authored Mar 19, 2023
1 parent 2f49d07 commit 1701a23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
{% if site.enable_bing_verification -%}
<meta name="msvalidate.01" content="{{ site.bing_site_verification }}" />
{%- 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 %}

<!-- Standard metadata -->
Expand Down

0 comments on commit 1701a23

Please sign in to comment.