privacy-tech-lab / privacy-pioneer

Privacy browser extension for analyzing web traffic of visited websites
https://www.privacytechlab.org/
Other
22 stars 1 forks source link

Synchronize crawl and main branch #570

Closed dadak-dom closed 3 months ago

dadak-dom commented 3 months ago

As the title suggests, this will allow the user to specify whether they want to enable crawl functionality or not within the source code. Two boolean values have been added in src/background/background.js, and toggling these will change the extension to either "crawl mode" or "test crawl mode". These changes should have no impact on regular use.

dadak-dom commented 3 months ago

Will close #569