mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #3476 from Rob--W/no-google-translate
Disable Google Translate on viewer in Chrome.
This commit is contained in:
commit
fb189f4fdf
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ limitations under the License.
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<!--#if GENERIC || CHROME-->
|
||||
<meta name="google" content="notranslate">
|
||||
<!--#endif-->
|
||||
<title>PDF.js viewer</title>
|
||||
|
||||
<!--#if FIREFOX || MOZCENTRAL-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue