CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 11:21:58 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/gorhill/uBlock.git
etag: W/"52afd3924597ae2dfec8115cec33fdee"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=Iaj94HDN5HuKUIbBc6oxZsm2s0gGndXUOgpdmbKoRZsBccLnMYpyciOgAQ9S1%2FcgjJ0PIH%2B%2FxENPX9oOu76TVi4VPUZA39bHA9BHI0g6Roktzm8Ywkb6RVwQaixTIlmkwi0uekaxaKG%2FdDnzHBBG1fuhPR%2BBaAR4bpGbXCgZgD1N%2FzEUGYVa2PD05tWUkSRtZaQG2s9tmaj%2BVn3U5WmejiuOfVtUTNSOlvUFNHwcjOxzOsRj%2FEhHrRdw%2Fgz9l886Gexfs5GVzj6a4WA%2BZhcT0Q%3D%3D--JIblEpv8tI2gl6uf--8jGSekbVmaJav%2BusKRYxmQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1701231124.1753615318; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 11:21:58 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 11:21:58 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E370:0A67:2DBB2D:3A2F58:68860BD6
Ignore unknown tokens in urlTokenizer.getTokens() · gorhill/uBlock@69a43e0 · GitHub
Copy file name to clipboardExpand all lines: src/js/static-net-filtering.js
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit 69a43e0
committed
Ignore unknown tokens in urlTokenizer.getTokens()
Given that all tokens extracted from one single URL are potentially
iterated multiple times in a single URL-matching cycle, it pays to
ignore extracted tokens which are known to not be used anywhere in
the static filtering engine.
The gain in processing a single network request in the static
filtering engine can become especially high when dealing with
long and random-looking URLs, which URLs have a high likelihood
of containing a majority of tokens which are known to not be in
use.1 parent 19ece97 commit 69a43e0Copy full SHA for 69a43e0
File tree
Expand file treeCollapse file tree
3 files changed
+47
-14
lines changedFilter options
- src/js
Expand file treeCollapse file tree
3 files changed
+47
-14
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
|
src/js/static-net-filtering.js
Copy file name to clipboardExpand all lines: src/js/static-net-filtering.js+11-4Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
797 | 797 |
| |
798 | 798 |
| |
799 | 799 |
| |
800 |
| - | |
| 800 | + | |
801 | 801 |
| |
802 | 802 |
| |
803 | 803 |
| |
| |||
2163 | 2163 |
| |
2164 | 2164 |
| |
2165 | 2165 |
| |
2166 |
| - | |
| 2166 | + | |
2167 | 2167 |
| |
2168 | 2168 |
| |
2169 | 2169 |
| |
| |||
2296 | 2296 |
| |
2297 | 2297 |
| |
2298 | 2298 |
| |
| 2299 | + | |
2299 | 2300 |
| |
2300 | 2301 |
| |
2301 | 2302 |
| |
| |||
2317 | 2318 |
| |
2318 | 2319 |
| |
2319 | 2320 |
| |
| 2321 | + | |
2320 | 2322 |
| |
2321 | 2323 |
| |
2322 | 2324 |
| |
| |||
2348 | 2350 |
| |
2349 | 2351 |
| |
2350 | 2352 |
| |
| 2353 | + | |
2351 | 2354 |
| |
2352 | 2355 |
| |
2353 | 2356 |
| |
| |||
2394 | 2397 |
| |
2395 | 2398 |
| |
2396 | 2399 |
| |
| 2400 | + | |
| 2401 | + | |
2397 | 2402 |
| |
2398 | 2403 |
| |
2399 | 2404 |
| |
| |||
2484 | 2489 |
| |
2485 | 2490 |
| |
2486 | 2491 |
| |
| 2492 | + | |
2487 | 2493 |
| |
2488 | 2494 |
| |
2489 | 2495 |
| |
| |||
2525 | 2531 |
| |
2526 | 2532 |
| |
2527 | 2533 |
| |
| 2534 | + | |
2528 | 2535 |
| |
2529 | 2536 |
| |
2530 | 2537 |
| |
| |||
2742 | 2749 |
| |
2743 | 2750 |
| |
2744 | 2751 |
| |
2745 |
| - | |
2746 |
| - | |
| 2752 | + | |
| 2753 | + | |
2747 | 2754 |
| |
2748 | 2755 |
| |
2749 | 2756 |
| |
|
+35-9Lines changed: 35 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 |
| |
69 | 72 |
| |
70 | 73 |
| |
| |||
76 | 79 |
| |
77 | 80 |
| |
78 | 81 |
| |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
79 | 91 |
| |
80 | 92 |
| |
81 | 93 |
| |
| |||
92 | 104 |
| |
93 | 105 |
| |
94 | 106 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 | 107 |
| |
102 | 108 |
| |
103 | 109 |
| |
| |||
119 | 125 |
| |
120 | 126 |
| |
121 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
122 | 139 |
| |
123 | 140 |
| |
124 | 141 |
| |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
125 | 148 |
| |
126 | 149 |
| |
127 | 150 |
| |
| |||
131 | 154 |
| |
132 | 155 |
| |
133 | 156 |
| |
| 157 | + | |
134 | 158 |
| |
135 | 159 |
| |
136 | 160 |
| |
| |||
148 | 172 |
| |
149 | 173 |
| |
150 | 174 |
| |
151 |
| - | |
152 |
| - | |
153 |
| - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
154 | 180 |
| |
155 | 181 |
| |
156 | 182 |
| |
|
You can’t perform that action at this time.
0 commit comments