1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Enable autolinking in Firefox (bug 1019475)

This commit is contained in:
Calixte Denizet 2025-02-06 17:02:54 +01:00
parent 2d773cb773
commit 76c06c5996

View file

@ -197,7 +197,7 @@ const defaultOptions = {
},
enableAutoLinking: {
/** @type {boolean} */
value: false,
value: typeof PDFJSDev === "undefined" || PDFJSDev.test("MOZCENTRAL"),
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
},
enableGuessAltText: {