User Details
- User Since
- Feb 9 2018, 6:11 PM (412 w, 13 h)
- Availability
- Available
- Review Queue
- 0
Aug 21 2020
Aug 18 2020
Otherwise, looking into our codebase, nothing prevents us from failing to set "Referer" request header directly. Let's block it somewhere here. The error code might be NS_ERROR_ILLEGAL_VALUE. This will force privileged code to use setReferrerInfo() and others will just fail.
Aug 11 2020
Thanks for the explanation, Emilio!
Thanks! LGTM.
I'll probably need a little more background. How does this ensure that when we hit the regular tag later, we DO block onload? Because as I understand, top-data are there only once, in the hashtable, shared for all preloads and regular loads. So where is the distinction?
Aug 10 2020
f+ for netwerk/base/ changes
Aug 6 2020
r+ for PreloadService changes and somewhat the Document changes.
Aug 5 2020
You need to update following places too:
https://searchfox.org/mozilla-central/rev/a315a1a0f09550e23e4590a77e74f36543315da3/dom/html/HTMLLinkElement.cpp#814-815
Aug 4 2020
Aug 3 2020
Nice catches, Junior! Hopefully this will fix the intermittent. Thanks.
Jul 24 2020
This is nonsense
Jul 23 2020
Thanks for the quick feedback. This all looks like a depth from bug 1437167.
r+ with a proper explanation of the flag setting position.
I'll let Josh double check.
@dragana can you please overlook the changes around the new RESOLVE_IGNORE_SOCKS_DNS resolution flag?
Jul 22 2020
addressed flod`s comment
rebase
Jul 21 2020
@kershaw, there was one little update: we don't need to do the notification part when we no longer have the listener. It happens exactly as explained in the added comment and generally makes sense because we can't notify in that case anyway.
Jul 20 2020
sorry for late answer. This is a low priority work.
Jul 18 2020
Jul 17 2020
typos fix, properly this time
rebase + typos fix