Enable autolinking in Firefox (bug 1019475)
This commit is contained in:
parent
2d773cb773
commit
76c06c5996
@ -197,7 +197,7 @@ const defaultOptions = {
|
|||||||
},
|
},
|
||||||
enableAutoLinking: {
|
enableAutoLinking: {
|
||||||
/** @type {boolean} */
|
/** @type {boolean} */
|
||||||
value: false,
|
value: typeof PDFJSDev === "undefined" || PDFJSDev.test("MOZCENTRAL"),
|
||||||
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
|
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
|
||||||
},
|
},
|
||||||
enableGuessAltText: {
|
enableGuessAltText: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user