Raymond Hill
6 years ago
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with
4 additions and
2 deletions
-
src/js/traffic.js
|
@ -203,9 +203,11 @@ var onBeforeSendHeadersHandler = function(details) { |
|
|
const requestHeaders = details.requestHeaders; |
|
|
const requestHeaders = details.requestHeaders; |
|
|
|
|
|
|
|
|
// https://github.com/uBlockOrigin/uMatrix-issues/issues/155
|
|
|
// https://github.com/uBlockOrigin/uMatrix-issues/issues/155
|
|
|
|
|
|
// https://github.com/uBlockOrigin/uMatrix-issues/issues/159
|
|
|
// TODO: import all filtering context improvements from uBO.
|
|
|
// TODO: import all filtering context improvements from uBO.
|
|
|
const srcHn = µmuri.hostnameFromURI(details.documentUrl) || |
|
|
|
|
|
pageStore.pageHostname; |
|
|
|
|
|
|
|
|
const srcHn = tabId >= 0 |
|
|
|
|
|
? pageStore.pageHostname |
|
|
|
|
|
: µmuri.hostnameFromURI(details.documentUrl) || pageStore.pageHostname; |
|
|
|
|
|
|
|
|
// https://github.com/gorhill/httpswitchboard/issues/342
|
|
|
// https://github.com/gorhill/httpswitchboard/issues/342
|
|
|
// Is this hyperlink auditing?
|
|
|
// Is this hyperlink auditing?
|
|
|