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:
Tim van der Meij 2017-02-18 21:52:29 +01:00 committed by GitHub
commit cf73f4bc2d
5 changed files with 66 additions and 14 deletions

View file

@ -27,6 +27,8 @@ limitations under the License.
'ftp',
'file',
'chrome-extension',
'blob',
'data',
// Chromium OS
'filesystem',
// Chromium OS, shorthand for filesystem:<origin>/external/

View file

@ -63,6 +63,8 @@
"ftp:/*",
"file:/*",
"chrome-extension:/*",
"blob:*",
"data:*",
"filesystem:/*",
"drive:*"
]