Giter Site home page Giter Site logo

Comments (11)

yokoffing avatar yokoffing commented on July 22, 2024

Most likely https://github.com/yokoffing/Betterfox/wiki/Optional-Hardening#sanitize-on-close

from betterfox.

Kyazs avatar Kyazs commented on July 22, 2024

Most likely https://github.com/yokoffing/Betterfox/wiki/Optional-Hardening#sanitize-on-close

i already remove the pref. i already also disabled the clear ache/cookies on close in settings. but the problem stills persists. i cant exactly figure out why..

from betterfox.

yokoffing avatar yokoffing commented on July 22, 2024

I tested on a new Firefox profile with the latest user.js. No issues with Facebook account persisting between sessions.

  • Go to ☰ → Settings → Privacy & Security → Cookies and Site Data → Manage Exceptions → add https://facebook.com
  • Are you using any DNS filtering? Anything going on there?

If you followed the steps here, then you should have a backup profile to revert to. But if you don't, you can make a new profile and migrate most things from your old profile (see here).

from betterfox.

casualbugs avatar casualbugs commented on July 22, 2024

I am using the default user.js with no additonal modifications. Did a little bit more testing on this

Clear ALL history > Login to facebook > Asks for 2FA > close/reopen firefox > Login persists. This works for roughly a day

After a day or so

Visit facebook.com > login > asked to verify browser (no 2FA) > close/reopen firefox > login doesn't persist. Have to go back to cleaning history

I am using uBlock origin with the recommended filteres.
Not using any DNS filtering

from betterfox.

Kyazs avatar Kyazs commented on July 22, 2024

I tested on a new Firefox profile with the latest user.js. No issues with Facebook account persisting between sessions.

* Go to ☰ → Settings → Privacy & Security → Cookies and Site Data → Manage Exceptions → add `https://facebook.com`

* Are you using any DNS filtering? Anything going on there?

If you followed the steps here, then you should have a backup profile to revert to. But if you don't, you can make a new profile and migrate most things from your old profile (see here).

i already add the facebook.com in my exceptions. both inside the firefox and the dns filtering (im using NextDns). i dont want to reach the point of having to revert things back again.. is there other options? if not i got no choice..

from betterfox.

Kyazs avatar Kyazs commented on July 22, 2024

p.s
but the weird thing is. this only happens on facebook only. The rest of the websites are ok

from betterfox.

yokoffing avatar yokoffing commented on July 22, 2024

I am using uBlock origin with the recommended filteres

I would ask for which ones specifically, but I don't think uBO filters apply to this issue.

Login to facebook > Asks for 2FA
the weird thing is. this only happens on facebook only.

Could this be because of 2FA? (I don't have 2FA active on my test FB account.) Perhaps FB requires you to login again when you have additional security settings activate (like 2FA).

For sites (like email) that I have 2FA active, it is very common for me to have to re-enter my credentials after 24 hours.

from betterfox.

casualbugs avatar casualbugs commented on July 22, 2024

Adding facebook to exceptions works. I tried enabling betterfox options one by one. Couldn't find what causes this.

from betterfox.

yokoffing avatar yokoffing commented on July 22, 2024

Adding facebook to exceptions works.

So, #272 (comment)

Couldn't find what causes this.

The pref privacy.sanitize.sanitizeOnShutdown.

Betterfox/Securefox.js

Lines 452 to 460 in 4d23050

// PREF: clear browsing data on shutdown, while respecting site exceptions
// Set cookies, site data, cache, etc. to clear on shutdown.
// [SETTING] Privacy & Security>History>Custom Settings>Clear history when Firefox closes>Settings
// [NOTE] "sessions": Active Logins: refers to HTTP Basic Authentication [1], not logins via cookies
// [NOTE] "offlineApps": Offline Website Data: localStorage, service worker cache, QuotaManager (IndexedDB, asm-cache)
// Clearing "offlineApps" may affect login items after browser restart [2].
// [1] https://en.wikipedia.org/wiki/Basic_access_authentication
// [2] https://github.com/arkenfox/user.js/issues/1291
//user_pref("privacy.sanitize.sanitizeOnShutdown", true);

from betterfox.

casualbugs avatar casualbugs commented on July 22, 2024

Hi @yokoffing even though this is closed I don't think "privacy.sanitize.sanitizeOnShutdown" is causing it. The pref has always been set to false on my profile. No DNS filtering. Might warrant some further investigation on which pref is leading to it for the future.

from betterfox.

yokoffing avatar yokoffing commented on July 22, 2024

AFAIK, exceptions only applies to privacy.sanitize.sanitizeOnShutdown.

from betterfox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.