guywithoutaname

joined 2 years ago
[–] guywithoutaname@lemmy.world 87 points 6 days ago (7 children)

Regardless of whether or not they are breached, the social security numbering system needs to be changed because it is far from a secure number.

[–] guywithoutaname@lemmy.world 50 points 1 month ago* (last edited 1 month ago) (6 children)

FYI if you want to edit the Firefox policies directly and save it in /etc/firefox/policies/policies.json, this is the file they are using

  "policies": {
    "DisableFirefoxStudies": true,
    "DisableTelemetry": true,
    "DontCheckDefaultBrowser": true,
    "FirefoxHome": {
      "SponsoredStories": false,
      "SponsoredTopSites": false,
      "Stories": false
    },
    "GenerativeAI": {
      "Enabled": false
    },
    "SearchEngines": {
      "Remove": [
        "Perplexity"
      ]
    }
  }
}`