[Solved]-Django Iframe Safari Fix

4👍

I’ve created working version of fix and uploaded to pypi here: http://pypi.python.org/pypi/django-iframetoolbox

Note: It might not be stable until 0.2 version

1👍

I too have created a work around similar to JackLeo’s. You can use the middleware or a decorator https://github.com/philroche/django-httpsiframecookiesetter as well as a few more options.

Leave a comment