Skip to content

Commit

Permalink
Merge pull request #435 from privacy-tech-lab/issue-434
Browse files Browse the repository at this point in the history
remove regex.js (issue-#434)
  • Loading branch information
Jocelyn0830 committed Oct 31, 2023
2 parents 23a02f7 + 2944d4b commit 2e1d885
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
1 change: 0 additions & 1 deletion src/background/protection/protection-ff.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { initIAB } from "../cookiesIAB.js";
import { initCookiesPerDomain } from "./cookiesOnInstall.js";
import { initCookiesOnInstall } from "./cookiesOnInstall.js";
import psl from "psl";
import { addDynamicRule, deleteDynamicRule } from "../../common/editRules.js";

/******************************************************************************/
/******************************************************************************/
Expand Down
1 change: 0 additions & 1 deletion src/background/protection/protection.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ protection.js (1) Implements our per-site functionality for the background liste

import { stores, storage } from "./../storage.js";
import { defaultSettings } from "../../data/defaultSettings.js";
import { headers } from "../../data/headers.js";
import { enableListeners, disableListeners } from "./listeners-$BROWSER.js";
import { initIAB } from "../cookiesIAB.js";
import { initCookiesPerDomain } from "./cookiesOnInstall.js";
Expand Down
33 changes: 0 additions & 33 deletions src/data/regex.js

This file was deleted.

0 comments on commit 2e1d885

Please sign in to comment.