[Webkit-unassigned] [Bug 206735] New: safari > 11.1 does not set/send cookies from iframes on non IANA tlds (.epost , .vcom)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 24 04:27:42 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=206735

            Bug ID: 206735
           Summary: safari > 11.1 does not set/send cookies from iframes
                    on non IANA tlds (.epost , .vcom)
           Product: WebKit
           Version: Safari 13
          Hardware: Macintosh
                OS: iOS 13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Frames
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mdob at spreadshirt.net

Created attachment 388673

  --> https://bugs.webkit.org/attachment.cgi?id=388673&action=review

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200124/3a12a18a/attachment-0001.htm>


More information about the webkit-unassigned mailing list