Pier Angelo Vendrame pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
7ff3417b
by Henry Wilkes at 2024-08-13T06:38:39+00:00
1 changed file:
Changes:
| ... | ... | @@ -80,10 +80,6 @@ function getGlobalScriptIncludes(scriptPath) { |
| 80 | 80 | let match = line.match(globalScriptsRegExp);
|
| 81 | 81 | if (match) {
|
| 82 | 82 | let sourceFile = match[1]
|
| 83 | - .replace(
|
|
| 84 | - "chrome://global/content/torconnect/",
|
|
| 85 | - "toolkit/components/torconnect/content/"
|
|
| 86 | - )
|
|
| 87 | 83 | .replace(
|
| 88 | 84 | "chrome://browser/content/search/",
|
| 89 | 85 | "browser/components/search/content/"
|