You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: Error when viewer is put into a cross-domain iframe: Uncaught (in promise) SecurityError: Failed to read a named property 'matchMedia' from 'Window'
Also prevent missing document error when documentUrl is a relative url and viewer is inside a cross-domain iframe.
Also avoid Blocked autofocusing on a <button> element in a cross-origin subframe. browser warning
by not using autofocus attribute.
Added: New permission options.permissions.runScripts with default value of true.
For security purpose, you can now disable execution of active content (JavaScript) by PDF files.