CenterForOpenScience / modular-file-renderer

A Python package for rendering files to HTML via an embeddable iframe
http://modular-file-renderer.readthedocs.io/en/latest/
Apache License 2.0
44 stars 67 forks source link

[SVCS-565]Allow same origin in sandboxing #300

Closed AddisonSchiller closed 7 years ago

AddisonSchiller commented 7 years ago

Ticket

https://openscience.atlassian.net/browse/SVCS-565

Purpose

Add allow-same-origin to our sandboxing

Changes

added allow-same-origin to sandboxing. this should fix the PDF issue on staging (hopefully)

Side effects

Could possibly make it less secure (specifically jasp and jamovi renderers)

QA Notes

Deployment Notes

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 68.016% when pulling c6ce99a74839bd527d136e1c708dcf108375ebf1 on AddisonSchiller:sandbox-fix-allow-same-origin into b2ba1103591a84c18764d542416f9d07f484b9ce on CenterForOpenScience:develop.

felliott commented 7 years ago

Merged!