ualibraries / Guide-on-the-Side

The University of Arizona Libraries will no longer provide support for Guide on the Side. The code will remain openly available; however, UAL can no longer provide code fixes or upgrades.
https://ualibraries.github.io/Guide-on-the-Side/about.html
Other
66 stars 48 forks source link

Frame busting due to localStorage property inside the iframe #174

Closed caosborne89 closed 6 years ago

caosborne89 commented 6 years ago

I user reported an issue with embedding EBSCO into the right frame in his tutorial. The user did some research and found that if "localStorage" property is set on the site that is embedded in the iframe and the browser of the user viewing the tutorial is set to not accept-third-part cookies, the site won't show up in the iframe, the frame renders an empty white page. We need to verify that we can replicate this and then investigate if there is a possible solution on our end.

caosborne89 commented 6 years ago

Given that the default settings is to allow third-party-cookies, I'm going to close this.