Created
November 4, 2019 20:40
-
-
Save francosalcedo/ac54b2105543d44582c7033dad9914b5 to your computer and use it in GitHub Desktop.
format detection mailing
This file contains hidden or 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
<!-- Desactivar la detección automática de números de teléfono --> | |
<meta name="format-detection" content="telephone=no"> | |
<!-- Desactivar la detección automática de emails --> | |
<meta name="format-detection" content="email=no"> | |
<!-- Desactivar la detección automática de direcciones postales --> | |
<meta name="format-detection" content="address=no"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment