Chromium Code Reviews
DescriptionAllow the PDF extension to load its plugin correctly
This changes the PDF extensions CSP so it can correctly load
its plugin. Previously we were loading it as an <object> and
specifying a src attribute which isn't a valid way to load
a plugin and causes some things not to function correctly.
Now we instead load it as an <embed> which can have a src
attribute.
BUG=416328
Committed: https://crrev.com/5075bd244002f56c4bfee1bf869c034118c08c65
Cr-Commit-Position: refs/heads/master@{#305783}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 11 (4 generated)
|
|||||||||||||||||||||||||||||||||||||