Django Iframe Safari Fix

后端 未结 2 1713
执笔经年
执笔经年 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: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.

提交回复
热议问题