ng2-pdfjs-viewer
ng2-pdfjs-viewer copied to clipboard
iframe sandbox issue
I could see that the ng2-pdfjs-viewer create a embedded iframe to help render PDF. However, for security reason ,we have requirement to sandbox all iframe, is there a way that I could add sandbox attribute in the ng2-pdfjs-viewer generated iframe? I would like add an attribute: sandbox="allow-forms allow-scripts allow-same-origin allow-modals"