Skip to content
Snippets Groups Projects
Commit 7ff3417b authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser

Bug 42668: Drop torconnect modification to eslint-plugin-mozilla.
parent 43718242
No related branches found
Tags FIREFOX_102_12_0esr_BUILD1
1 merge request!1073Drop torconnect modification to eslint-plugin-mozilla
Pipeline #193960 passed
......@@ -80,10 +80,6 @@ function getGlobalScriptIncludes(scriptPath) {
let match = line.match(globalScriptsRegExp);
if (match) {
let sourceFile = match[1]
.replace(
"chrome://global/content/torconnect/",
"toolkit/components/torconnect/content/"
)
.replace(
"chrome://browser/content/search/",
"browser/components/search/content/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment