aboutsummaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-09-10 09:54:38 -0400
committergorhill <rhill@raymondhill.net>2015-09-10 09:54:38 -0400
commit6763cca756fbe8b0218f7429a6d09a359479e98b (patch)
treeffd0cf2f8dab223c7b205e26fd22f9afb9a5acc6 /platform
parent0dac9f7df44e21b875a4266b16833050d2cfa162 (diff)
downloaduBlock-6763cca756fbe8b0218f7429a6d09a359479e98b.zip
uBlock-6763cca756fbe8b0218f7429a6d09a359479e98b.tar.gz
uBlock-6763cca756fbe8b0218f7429a6d09a359479e98b.tar.bz2
fixed comment
Diffstat (limited to 'platform')
-rw-r--r--platform/firefox/vapi-background.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js
index 6790d98..f4d5239 100644
--- a/platform/firefox/vapi-background.js
+++ b/platform/firefox/vapi-background.js
@@ -1769,8 +1769,7 @@ var httpObserver = {
}
// https://github.com/gorhill/uBlock/issues/654
- // Use the request type from the HTTP observer point of view, it's most
- // likely the most accurate.
+ // Use the request type from the HTTP observer point of view.
if ( rawtype !== 1 ) {
pendingRequest.rawtype = rawtype;
}