Skip to content

Commit

Permalink
Remove stub custom cookie functionality (issue #209)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZimmeck committed Aug 11, 2021
1 parent 20f0ac7 commit c2812c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
3 changes: 1 addition & 2 deletions src/background/cookiesOnInstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ privacy-tech-lab, https://privacytechlab.org/
cookiesOnInstall.js
================================================================================
cookiesOnInstall.js fetches all files mentioned in cookieJSONS, retrieves
their respective cookies (custom & 3rd party), and places them.
their respective cookies (3rd party), and places them.
*/


import { cookiesDAA } from "../data/cookiesDAA.js"
import { cookiesUserCustom } from "../data/cookiesUserCustom.js"


function initCookiesOnInstall() {
Expand Down
20 changes: 0 additions & 20 deletions src/data/cookiesUserCustom.js

This file was deleted.

0 comments on commit c2812c2

Please sign in to comment.