Intent to implement per element referrer attributes
36 views
Skip to first unread message
Franziskus Kiefer
unread,
Jul 15, 2015, 4:26:19 PM7/15/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@lists.mozilla.org
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 <a>, <area>, <img>, and <iframe> tags. The
attribute is enabled via the pref network.http.enablePerElementReferrer and
will be initially disabled by default. Referrer policies allow to specify
which referer [sic] header is sent when performing the request (there are
currently three policies specified in [1]). The referrer attribute allows
developers to override the document's referrer policy (set in meta tag or
via CSP) on a per element basis.