Merge pull request #150 from gerardmrk/updateNoReferrer

Update no-referrer example to use 'non-deprecated' value
This commit is contained in:
Josh Buchea 2016-09-24 09:01:37 -07:00 committed by GitHub
commit 6fbe4d0eb0
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ Below are the essential tags for basic, minimalist websites:
<meta name="rating" content="General">
<!-- Allows control over how referrer information is passed -->
<meta name="referrer" content="never">
<meta name="referrer" content="no-referrer">
<!-- Disable automatic detection and formatting of possible phone numbers -->
<meta name="format-detection" content="telephone=no">