Skip to content

Commit

Permalink
Merge pull request #378 from PrivateBin/googlespy
Browse files Browse the repository at this point in the history
Ask Google not to translate the page
  • Loading branch information
elrido committed Nov 22, 2018
2 parents 9ce4102 + ac9eac5 commit fe670dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tpl/bootstrap.php
Expand Up @@ -11,6 +11,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex" />
<meta name="referrer" content="no-referrer">
<meta name="google" content="notranslate">
<title><?php echo I18n::_($NAME); ?></title>
<?php
if (!$isDark):
Expand Down
1 change: 1 addition & 0 deletions tpl/page.php
Expand Up @@ -6,6 +6,7 @@
<meta charset="utf-8" />
<meta name="robots" content="noindex" />
<meta name="referrer" content="no-referrer">
<meta name="google" content="notranslate">
<title><?php echo I18n::_($NAME); ?></title>
<link type="text/css" rel="stylesheet" href="css/privatebin.css?<?php echo rawurlencode($VERSION); ?>" />
<?php
Expand Down

0 comments on commit fe670dc

Please sign in to comment.