We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF loaded using pdfium when PDFJS isn't downloaded
chrome://extensions
<embed id="plugin" type="application/x-google-chrome-pdf" src="http://orimi.com/pdf-test.pdf" stream-url="blob:chrome-extension://mhjfbmdgcfjbbpaeojofohoefgiehjai/55285240-5879-4950-96fe-2c7afe71af08"
PDF is loaded in a tab even if browser fails to install PDFJS at start
Should not use PDFIUM to load PDF files when PDFJS is not installed/disabled
PDFIUM
Easy
cc: @bbondy
The text was updated successfully, but these errors were encountered:
Blacklist pdfium
b08f87a
Fix brave/brave-browser#1386 Fix brave/brave-browser#1376
Verified using
Verification Passed on
Verification passed on
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
PDF loaded using pdfium when PDFJS isn't downloaded
Steps to Reproduce
chrome://extensions
, no PDFJS installed (PDFJS not installed by default #1375)Actual result:
PDF is loaded in a tab even if browser fails to install PDFJS at start
Expected result:
Should not use
PDFIUM
to load PDF files when PDFJS is not installed/disabledReproduces how often:
Easy
Brave version (chrome://version info)
Reproducible on current release:
Website problems only:
Additional Information
cc: @bbondy
The text was updated successfully, but these errors were encountered: