Intent to ship: referrerpolicy attribute

2015-12-02 Thread Franziskus Kiefer
As of Firefox 45 we intend to turn referrerpolicy attribute on by default on all platforms. It has been developed behind the network.http.enablePerElementReferrer preference. Other UAs shipping this or intending to ship it are Chrome and Opera [1]. The referrerpolicy attribute as specified in the

Re: Intent to ship: referrerpolicy attribute

2015-12-02 Thread Franziskus Kiefer
t the moment. [1] https://github.com/w3c/web-platform-tests/tree/master/referrer-policy Cheers On Wed, Dec 2, 2015 at 11:11 AM, Ms2ger wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/02/2015 10:58 AM, Franziskus Kiefer wrote: > > As of Firefox 45 we intend

Re: Intent to ship: referrerpolicy attribute

2015-12-02 Thread Franziskus Kiefer
, James Graham wrote: > On 02/12/15 11:16, Franziskus Kiefer wrote: > >> There are web-platform-tests [1], though they're not up to date with the >> spec. In particular, they still use |referrer| as attribute name instead >> of >> |referrerpolicy|. The idl

Re: Intent to ship: referrerpolicy attribute

2015-12-04 Thread Franziskus Kiefer
On Fri, Dec 4, 2015 at 8:57 AM, Jonas Sicking wrote: > I think our implementation still has the problem that specifying > referrerpolicy="none-when-downgrade" on an element has no effect. This > is because the ReferrerPolicy enum uses the same value for RP_Unset, > RP_Default and RP_No_Referrer_W

Re: Intent to ship: referrerpolicy attribute

2015-12-29 Thread Franziskus Kiefer
5 at 10:15 AM, Franziskus Kiefer wrote: > > On Fri, Dec 4, 2015 at 8:57 AM, Jonas Sicking wrote: > >> I think our implementation still has the problem that specifying >> referrerpolicy="none-when-downgrade" on an element has no effect. This >> is because

Re: Intent to ship: referrerpolicy attribute

2016-01-03 Thread Franziskus Kiefer
015-12-29 10:42 AM, Franziskus Kiefer wrote: > >> we're working on fixing the web-platform tests but those aren't blocker >> for >> shipping this. Neither are the additional valid attribute values, which >> will be added soon in bug 1178337. >> So if

Intent to implement per element referrer attributes

2015-07-15 Thread Franziskus Kiefer
Hi all We intend to implement the referrer policy delivery method via attribute as specified in the referrer policy spec (editor's draft [1]) to allow per element referrer policies for , , , and tags. The attribute is enabled via the pref network.http.enablePerElementReferrer and will be initiall