Created
November 10, 2015 09:16
-
-
Save yuezk/15c5bb1370e30d0a2a60 to your computer and use it in GitHub Desktop.
HTML format-detection meta tag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta name="format-detection" content="telephone=no"> | |
<meta name="format-detection" content="date=no"> | |
<meta name="format-detection" content="address=no"> | |
<meta name="format-detection" content="email=no"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
additional + better join it like so (no space between ',')
<meta name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no"/>