-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
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
Strip the PDF.js prefix from URLs (fixes brave/brave-browser#368) #1630
Conversation
@bridiver, this pull request was re-written following your review comments in #1074 (comment). Replacing the stripped-down PDF.js extension with the real one was suggested by @bbondy in https://bravesoftware.slack.com/threads/convo/C7VLGSR55-1549589742.278400/. I did some Removing the |
This CRX version 3 file was downloaded from the Chrome Store: https://clients2.google.com/service/update2/crx?response=redirect&prodversion=70.0.0&acceptformat=crx2,crx3&x=id%3Doemmndcbldboiebfnladdacbdfmadadm%26uc
2ba3b46
to
37aad59
Compare
Test URLs:
|
@fmarier I think this should be 0.63.x since the PR is against master. I adjusted it. |
This will need to be re-written in light of #2024. |
I think this is probably wontfix because of brave/brave-browser#3846 ? |
Indeed. Let's close this. |
Fixes brave/brave-browser#368.
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) ongit rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Open https://fmarier.org/test.pdf and ensure the URL bar displays
https://fmarier.org/test.pdf
.Reviewer Checklist: