[Webkit-unassigned] [Bug 205390] Client side redirects are blocked on an iframe hosted page when Prevent cross-site tracking is on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 18 23:09:37 PST 2019


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

--- Comment #3 from Moran R <rnd at z-credit.com> ---
Hi
1) We are using the Response.Redirect method in asp.net. Which is doing a client side redirect when called (after the page loads).
I cannot send the code example because it's not isolated

2) In our scenario it affected our iframe. When we disabled the redirect, our iframe was loaded, so we are not blocked by cross-site tracking entirely.  When we tried to redirect our iframe from html1 to html2 , the redirect was blocked and we got a blank empty html : 
<html>
<head></head>
<body></body>
</html>

3) What i meant was just to load the parent page who holds the iframe inside, just the see the problem.

-- 
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/20191219/6c5e9d85/attachment.htm>


More information about the webkit-unassigned mailing list