Skip to content

Commit 21b0151

Browse files
committed
Force a couple of settings to true (for now)
1 parent 980cc1c commit 21b0151

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

web/viewer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,10 @@ function webViewerInitialized() {
14961496
listenerEl.appendChild(moduleEl);
14971497
}
14981498

1499+
// CCAP
1500+
PDFJS.disableStream = true;
1501+
PDFJS.enableConsoleStats = true;
1502+
14991503
//#if !(FIREFOX || MOZCENTRAL)
15001504
var locale = PDFJS.locale || navigator.language;
15011505
//#endif

0 commit comments

Comments
 (0)