Django Iframe Safari Fix

后端 未结 2 1677
执笔经年
执笔经年 2021-02-20 04:25

So based on information here Safari 3rd party cookie iframe trick no longer working? and here Missing cookies on iframe in safari 5.1.5 it\'s clear that old tricks wont work:

相关标签:
2条回答
  • 2021-02-20 04:51

    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

    0 讨论(0)
  • 2021-02-20 04:56

    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.

    0 讨论(0)
提交回复
热议问题