
Loading…
this fixes overlooked code change in 1d3205ea817ccb8a2f03bbaecc9daf19… #1388
+1
−1
gorhill
commented
1 check passed
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Owner
chrisaljoudi
commented
@gorhill Thanks!
gorhill
commented
I should have mentioned this was extremely unlikely -- if at all -- to have caused any problem.
@ChangeTip, send a coffee to @gorhill
Hi - thanks for making uBlock. :)
Hi @gorhill, @jqsjqs sent you a tip worth a coffee (4,639 bits/$1.50), and I'm here to deliver it ➔ collect your tip.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This page is out of date. Refresh to see the latest.
Looks like a bit of code was overlooked following the changes in 1d3205e.
The data in the
this.REQDATAKEYproperty bag is not properly ordered for behind-the-scene requests.httpObserver.asyncOnChannelRedirect(and furtherhttpObserver.observernotifications for same requests) expects the data to be ordered as follow:frameId,parentFrameId,sourceTabId,tabId,type.