[Webkit-unassigned] [Bug 35745] Add hook for always disabling the HTTP Referrer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 4 11:07:12 PST 2010


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org




--- Comment #9 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-03-04 11:07:12 PST ---
Yeah, hacking out a method from SecurityOrigin.cpp using #if
!PLATFORM(CHROMIUM), and then implementing it in ChromiumBridge.cpp is not
going to make this very maintainable.  Do you really need the ability to
restrict referrers on a host-by-host basis?

If the goal is to just always disable HTTP referrers, then we can probably just
add a method on SecurityOrigin to denote that setting.  I'd like abarth's
input.

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