Skip to content

Commit 7dca976

Browse files
committed
Bug 1948355 - Enable adding a signature in PDF by default in Nightly and early Beta r=marco
Differential Revision: https://phabricator.services.mozilla.com/D238302
1 parent 7e622df commit 7dca976

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/libpref/init/all.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4111,3 +4111,10 @@ pref("privacy.query_stripping.strip_on_share.canDisable", true);
41114111
// Captcha Detection
41124112
pref("captchadetection.loglevel", "Warn");
41134113
pref("captchadetection.actor.enabled", true);
4114+
4115+
// Enable adding a signature in the PDF viewer.
4116+
#ifdef EARLY_BETA_OR_EARLIER
4117+
pref("pdfjs.enableSignatureEditor", true);
4118+
#else
4119+
pref("pdfjs.enableSignatureEditor", false);
4120+
#endif

0 commit comments

Comments
 (0)