[Webkit-unassigned] [Bug 69359] CSP connect-src directive should block redirects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 4 15:35:44 PDT 2011


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





--- Comment #3 from Adam Barth <abarth at webkit.org>  2011-10-04 15:35:44 PST ---
I would just teach DocumentThreadableLoader about ContentSecurityPolicy.  It might be worth keeping the check you have in XMLHttpRequest.cpp so we can throw an exception in the non-redirect case.  In the redirect case, we can just treat it as a network error.

-- 
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