Intent to implement: Support Referrer Policy for <script> elements
61 views
Skip to first unread message
Thomas Nguyen
unread,
Oct 31, 2018, 10:04:18 AM10/31/18
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
Summary: This implementation adds Referrer Policy support to the <script>
element, so it is technically possible to speculatively load script with a
referrerpolicy attribute.
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
On 31/10/2018 14:03, Thomas Nguyen wrote:
> Summary: This implementation adds Referrer Policy support to the <script>
> element, so it is technically possible to speculatively load script with a
> referrerpolicy attribute.
I can't see from the search where the tests are disabled, but I do
remember there were some problems with those referrer policy tests in
the past, so maybe I am overlooking something. In any case I presume we
will ensure that they are working as part of the implementation work?
Do we have any idea of whether the existing tests provide sufficient
coverage of the feature?
Thomas Nguyen
unread,
Nov 1, 2018, 7:04:13 AM11/1/18
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 ja...@hoppipolla.co.uk, dev-pl...@lists.mozilla.org
It looks like the tests are marked as expected: FAIL rather than
disabled, and checking treeherder I'm finding results so I think they
are indeed already running (sorry if this is a bit pedantic, I was just
making sure I understood the situation).
Thomas Nguyen
unread,
Nov 1, 2018, 11:58:58 AM11/1/18
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 ja...@hoppipolla.co.uk, dev-pl...@lists.mozilla.org
Oh, you are right, sorry that I used confusing words. After implementation,
we expect they are all passed as OK, not FAIL.