NEW206735
safari > 11.1 does not set/send cookies from iframes on non IANA tlds (.epost , .vcom)
https://bugs.webkit.org/show_bug.cgi?id=206735
Summary safari > 11.1 does not set/send cookies from iframes on non IANA tlds (.epost...
mdob
Reported 2020-01-24 04:27:42 PST
Created attachment 388673 [details] Sample to reproduce the bug What I intended to do * I want to set/send a cookie from an iframe. What actually happened * No cookies were set/send. How to reproduce Requirements: * two network interfaces (e.g.: wlan, eth) * python3 * safari > 11.1 Setup: * identify your ip addresses from your interfaces e.g.: ip addr * e.g.: wlp3s0: 192.168.1.2 , enp0s31f6: 192.168.1.3 * Add this to your "/etc/hosts": * 192.168.1.2 iframe.safari.vcom * 192.168.1.3 www.safari.vcom * extract example.zip Start parent: * For a binding on port 80 root rights are required. * cd cookie-playground/parent * sudo python httpServer.py iframe: * For a binding on port 80 root rights are required. * cd cookie-playground/iframe * sudo python httpServer.py open http://www.safari.vcom with safari > 11.1
Attachments
Sample to reproduce the bug (3.79 KB, application/zip)
2020-01-24 04:27 PST, mdob
no flags
Radar WebKit Bug Importer
Comment 1 2020-01-26 13:28:07 PST
John Wilander
Comment 2 2020-01-26 13:42:58 PST
This sounds like something related to the Public Suffix list.
Note You need to log in before you can comment on or make changes to this bug.