Revert "Remove the enableStampEditor preference" (bug 1879588)

This reverts commit e820688510.
This commit is contained in:
Calixte Denizet 2024-02-09 18:19:19 +01:00
parent 7cfcd00a38
commit bcc95460b6
4 changed files with 15 additions and 3 deletions

View file

@ -158,6 +158,14 @@ const defaultOptions = {
value: typeof PDFJSDev === "undefined" || !PDFJSDev.test("CHROME"),
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
},
enableStampEditor: {
// We'll probably want to make some experiments before enabling this
// in Firefox release, but it has to be temporary.
// TODO: remove it when unnecessary.
/** @type {boolean} */
value: true,
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
},
externalLinkRel: {
/** @type {string} */
value: "noopener noreferrer nofollow",