etimbo / jquery-print-preview-plugin

jQuery plugin for print preview (modal window)
jquery-print-preview-plugin
382 stars 128 forks source link

Iframe cross origin error on all browsers #26

Open csspro opened 5 years ago

csspro commented 5 years ago

I am getting the following error in Chrome (and a similar one in other browsers):

Uncaught DOMException: Blocked a frame with origin "https://www.abcxxx.com" from accessing a cross-origin frame.

I tried changing X-Frame-Options in my web.config file from SAMEORIGIN to ALLOWALL, but it didn't help.

Thanks.