Gunes Acar

Results 34 comments of Gunes Acar

It looks like `app.update.enabled` is not honored anymore: https://bugzilla.mozilla.org/show_bug.cgi?id=1420514 For Firefox 60+, [`DisableAppUpdate`](https://bugzilla.mozilla.org/show_bug.cgi?id=1429150) policy can be used to disable updates. Until OpenWPM moves to ESR60, I'm going to try increasing...

Increasing the update interval and disabling the update doorhanger didn't help either. The local firefox binary was updated again during a subsequent reboot. For the record, my changes were in...

OK, I added this pref and removed the redirection in `/etc/hosts`. Will share the results.

Nope, Firefox was updated again. I'll go back to DNS-level blacklisting.

Another data point: the problem goes away if I comment out `isMobile` and `hasTouch` from `MOBILE_VIEWPORT`, while keeping the `page.setViewport` call.

@kdzwinel Thanks so much for promptly addressing this. It makes sense that this is an upstream issue. > BTW Congrats on https://arxiv.org/pdf/2102.09301.pdf , well done clap Thank you! Much of...

Please also consider disclosing in the README and the FAQ that Ollama keeps a history of your chats by default (e.g., in `~/.ollama/history` on Linux). Many users turn to local...

Closing due to inactivity. People are welcome to dockerize this library and send PRs

Closing due to inactivity. Please reopen if the issue persist in the latest `tbselenium` version.

> So there are no method to get HttpOnly cookies from onion website? If you can get HttpOnly cookies in selenium (using FirefoxDriver), but not in tbselenium, please open an...