Commit c064ddad authored by sammc's avatar sammc Committed by Commit bot

OOP PDF: Set the pdf extension URL permissions to <all_urls>.

Currently, the PDF extension isn't permitted access to paths to network
mounts (e.g. file://network_share/path.pdf). A permission of <all_urls>
allows access to such URLs.

BUG=452319

Review URL: https://codereview.chromium.org/880773002

Cr-Commit-Position: refs/heads/master@{#313215}
parent c953e332
......@@ -7,11 +7,7 @@
"offline_enabled": true,
"incognito": "split",
"permissions": [
"file://*/",
"ftp://*/",
"http://*/",
"https://*/",
"chrome://*/"
"<all_urls>"
],
"mime_types": [
"application/pdf"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment