[Webkit-unassigned] [Bug 101264] document.open should set the outgoing Referer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 15:26:36 PST 2012


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





--- Comment #3 from Brad Vogel <bradavogel at gmail.com>  2012-11-06 15:28:08 PST ---
"Local iframe": an empty iframe without the 'src' attribute. E.g.:
<iframe></iframe>
<script>
    var iframe = document.querySelector('iframe');
    iframe.open();
    iframe.write('content');
    iframe.close();
</script>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list