Manvel Saroyan

Results 44 comments of Manvel Saroyan

@Gomam0n-afk I think, that I have figured out what is the issue with the "Omnibox" remembering some websites from the history even though they are not available there. Currently Privacy...

@gameb0y apologies for the late reply. Unfortunately Chrome doesn't yet support [resistFingerprinting](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/privacy/websites), I'm not sure how well would it keep you completely safe though from being tracked, but I agree...

I don't think so, that's something that I have planned, but never got my hands into it, the only big issue I can see is that a better UI/UX needs...

`browser.permissions.onRemoved` and `browser.permissions.onAdded` are not supported in Firefox, but there is a polyfill worth looking at https://github.com/fregante/webext-permissions-events-polyfill

BrowserSetting.onChange is only implemented in Firefox 72+, see -> https://bugzilla.mozilla.org/show_bug.cgi?id=1410412

requesting/removing optional permission, throws current error in Firefox: ``` Error: permissions.request may only be called from a user input handler ``` This seem to be caused by prio permission state...

Another bug which currently is blocking Firefox support. Firefox doesn't allow requesting optional permissions from the popup window -> https://bugzilla.mozilla.org/show_bug.cgi?id=1432083 Also requesting it from the Background page, doesn't seem to...

Right, in Privacy Manager User-Agent blocking is working on the network level. So when you visit a website your browser send information within the request which contain User Agent. The...

Current line in the popup JavaScript causes the crash: ``` chrome.privacy.services.hotwordSearchEnabled.get({}, function(details) { }); ```

The bug is reported to the Opera [using current URL](https://bugs.opera.com/wizard/desktop) Unfortunately no tracking URL is provided but the message below: ``` Bug report completed Thank you for your report If...