Disable translate options on Edge/Chrome browsers (#17653)

* Disable translate options on Edge/Chrome browsers

Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Liviu-Mihail Concioiu 2022-07-22 03:57:31 +02:00 committed by GitHub
parent dbe3db564e
commit 9f395c7ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex,nofollow">
<meta name="robots" content="noindex,nofollow,notranslate">
{% if not allow_third_party_framing -%}
<style id="cfs-style">html{display: none;}</style>
{%- endif %}