60 lines
2.4 KiB
JavaScript
60 lines
2.4 KiB
JavaScript
/* Copyright 2024 Mozilla Foundation
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
// THIS FILE IS GENERATED AUTOMATICALLY, DO NOT EDIT MANUALLY!
|
|
//
|
|
// Any overrides should be placed in `PdfJsOverridePrefs.js`.
|
|
|
|
pref("pdfjs.altTextLearnMoreUrl", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/pdf-alt-text");
|
|
pref("pdfjs.annotationEditorMode", 0);
|
|
pref("pdfjs.annotationMode", 2);
|
|
pref("pdfjs.capCanvasAreaFactor", 200);
|
|
pref("pdfjs.cursorToolOnLoad", 0);
|
|
pref("pdfjs.defaultZoomDelay", 400);
|
|
pref("pdfjs.defaultZoomValue", "");
|
|
pref("pdfjs.disableAutoFetch", false);
|
|
pref("pdfjs.disableFontFace", false);
|
|
pref("pdfjs.disablePageLabels", false);
|
|
pref("pdfjs.disableRange", false);
|
|
pref("pdfjs.disableStream", false);
|
|
pref("pdfjs.enableAltText", false);
|
|
pref("pdfjs.enableAltTextModelDownload", true);
|
|
pref("pdfjs.enableAutoLinking", true);
|
|
pref("pdfjs.enableGuessAltText", true);
|
|
pref("pdfjs.enableHWA", false);
|
|
pref("pdfjs.enableHighlightFloatingButton", false);
|
|
pref("pdfjs.enableNewAltTextWhenAddingImage", true);
|
|
pref("pdfjs.enablePermissions", false);
|
|
pref("pdfjs.enablePrintAutoRotate", true);
|
|
pref("pdfjs.enableScripting", true);
|
|
pref("pdfjs.enableSignatureEditor", false);
|
|
pref("pdfjs.enableUpdatedAddImage", false);
|
|
pref("pdfjs.enableXfa", true);
|
|
pref("pdfjs.externalLinkTarget", 0);
|
|
pref("pdfjs.forcePageColors", false);
|
|
pref("pdfjs.highlightEditorColors", "yellow=#FFFF98,green=#53FFBC,blue=#80EBFF,pink=#FFCBE6,red=#FF4F5F");
|
|
pref("pdfjs.historyUpdateUrl", false);
|
|
pref("pdfjs.ignoreDestinationZoom", false);
|
|
pref("pdfjs.pageColorsBackground", "Canvas");
|
|
pref("pdfjs.pageColorsForeground", "CanvasText");
|
|
pref("pdfjs.pdfBugEnabled", false);
|
|
pref("pdfjs.scrollModeOnLoad", -1);
|
|
pref("pdfjs.sidebarViewOnLoad", -1);
|
|
pref("pdfjs.spreadModeOnLoad", -1);
|
|
pref("pdfjs.textLayerMode", 1);
|
|
pref("pdfjs.viewOnLoad", 0);
|
|
pref("pdfjs.viewerCssTheme", 0);
|
|
|
|
#include PdfJsOverridePrefs.js
|