Update no-referrer example to use 'non-deprecated' value

This commit is contained in:
Gerard Chin 2016-09-16 23:57:53 +12:00
parent 30a61ac34d
commit 73dd7984b6
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">