Adds pdfBugEnabled to the Chrome extension preferences
This commit is contained in:
parent
7dba085fa8
commit
6f3ae49b8c
@ -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…
Reference in New Issue
Block a user