[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 13:44:25 PST 2010


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





--- Comment #11 from jochen at chromium.org  2010-03-04 13:44:25 PST ---
(In reply to comment #9)
> 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.

The goal is to disable referrers in all cases. This option has to be a static
member variable thou, because the method is also static.

Any hints on how to expose access to this variable?

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