mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Adds pdfBugEnabled to the Chrome extension preferences
This commit is contained in:
parent
7dba085fa8
commit
6f3ae49b8c
1 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,12 @@
|
|||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"pdfBugEnabled": {
|
||||
"title": "Enable debugging tools",
|
||||
"description": "Whether to enable debugging tools.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"disableRange": {
|
||||
"title": "Disable range requests",
|
||||
"description": "Whether to disable range requests (not recommended).",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue