[Editor] Remove the option enableStamp

This commit is contained in:
Calixte Denizet 2024-07-04 22:01:35 +02:00
parent 790470c1aa
commit 74cbfbd09f
4 changed files with 1 additions and 17 deletions

View file

@ -172,14 +172,6 @@ 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",