Merge pull request #8024 from Rob--W/issue-6643-pdf-attachment-in-pdfjs
Open PDF attachments in the viewer instead of an unconditional download
This commit is contained in:
commit
cf73f4bc2d
5 changed files with 66 additions and 14 deletions
|
@ -27,6 +27,8 @@ limitations under the License.
|
|||
'ftp',
|
||||
'file',
|
||||
'chrome-extension',
|
||||
'blob',
|
||||
'data',
|
||||
// Chromium OS
|
||||
'filesystem',
|
||||
// Chromium OS, shorthand for filesystem:<origin>/external/
|
||||
|
|
|
@ -63,6 +63,8 @@
|
|||
"ftp:/*",
|
||||
"file:/*",
|
||||
"chrome-extension:/*",
|
||||
"blob:*",
|
||||
"data:*",
|
||||
"filesystem:/*",
|
||||
"drive:*"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue