Privacy-Manager icon indicating copy to clipboard operation
Privacy-Manager copied to clipboard

Privacy Manager - Chrome extension

Results 22 Privacy-Manager issues
Sort by recently updated
recently updated
newest added

When I check the option block user agent and test it I get "Browser headers different. User-Agent that your browser sends differs from that we checked via Javascript. You are...

can you block them? please audiofingerprint https://audiofingerprint.openwpm.com/ canvas fingerprint https://browserleaks.com/canvas webrtc unique devices id https://browserleaks.com/webrtc webgl fingerrint https://browserleaks.com/webgl Navigation Timing API https://browserleaks.com/javascript

some sites use referrer to handle navigation relative to the previous page sites like twitter do completely break if you disable referrers in Privacy-Manager (at least when logged in)

From #24 ``` const setStorage = chrome.storage.local.set; const getStorage = chrome.storage.local.get; setStorage({key: value}) ``` The assignment above causes the Error below in Chrome v70 on windows: ``` Function must be...

# Background The Privacy Manager were clearing the data on browser start, as beforehand clearing the data after closing the browser were causing the browser to freeze for some time...

# Background In #19 the Web RTC IP handling option was removed, because it was broken in the current implementation. The problem is that there is no component for multi-select...

# Environment Opera: v47.0.2631.39  OS: Ubuntu 14.04 # What's wrong ? After loading the extension into the Opera browser and clicking the Popup button opera crashes without any error.

In order to make the code more manageable: and SASS. - setup GULP - Setup SASS - Add ability to separate code into components.

# Problem After changes #15 it appears that we need to make the user aware of some general extensions behavior that might lead to some unexpected user errors. # Solution...

Currently the extension is using [unprotectedweb](https://developer.chrome.com/extensions/browsingData#origin_types) as a flag for deletion which excludes the protected web set by hosted apps and extension data. This should be made clear in the...