1051
13
submitted 7 months ago by ghewl@lemmy.world to c/privacy@lemmy.ml
1052
56
submitted 7 months ago* (last edited 7 months ago) by WhatsHerBucket@lemmy.world to c/privacy@lemmy.ml

What's everyone's opinion on a VPN provider? I've used Nord for a long time, but my subscription is up next month and I'm exploring my options. I use a vpn 24/7 on my laptop and most of the time on my phone as does much of the family.

Requirements:

  1. Support for family plan/multiple devices
  2. Apple Ecosystem - macOS/iOS clients (Linux nice to have)
  3. Fast enough to always be running on the device
  4. Easy to switch between servers and countries
  5. Not on a lot of deny lists

I did a couple searches here and was surprised I didn’t come across this question before. I hope it’s not asked too often!

E: Currently leaning towards Proton

1053
27
submitted 7 months ago* (last edited 7 months ago) by Epzillon@lemmy.ml to c/privacy@lemmy.ml

Hello! I am currently attempting to install LineageOS on my OnePlus 9 to start degoogling it.

The installation guide specified that I specifically need to be on Android 13 to install it, however I am currently running OxygenOS 14 with Android 14. Previous versions have had Open Beta threads for new OxygenOS versions which provided local rollback packages but I can't seem to find this for 14 to 13 for the life of me.

Has anyone else had this issue? How did you solve it? Any help is appreciated!

1054
25
submitted 7 months ago by hellfire103@lemmy.ca to c/privacy@lemmy.ml

I'm considering implementing SELinux in my Debian setup, but I've read that it was initially developed by the NSA.

Can anyone shed any light on this? Has SELinux been audited? When and by whom? Does the NSA still have anything to do with SELinux, or is this a "US Navy creating Tor" sort of scenario?

1055
1074
submitted 7 months ago* (last edited 7 months ago) by lemmylem@lemm.ee to c/privacy@lemmy.ml

At this point, I'm not even going to bother trying to go on there anymore.

1056
288

TL;DR there was a backdoor found in the XZ program. All major distros have been updated but it is recommended that you do a fresh install on systems that are exposed to the internet and that had the bad version of the program. Only upstream distros were affected.

1057
145
submitted 7 months ago by Pantherina@feddit.de to c/privacy@lemmy.ml
1058
142
submitted 7 months ago by Midnight@slrpnk.net to c/privacy@lemmy.ml

Within minutes of walking through an Israeli military checkpoint along Gaza’s central highway on Nov. 19, the Palestinian poet Mosab Abu Toha was asked to step out of the crowd. He put down his 3-year-old son, whom he was carrying, and sat in front of a military jeep.

Half an hour later, Mr. Abu Toha heard his name called. Then he was blindfolded and led away for interrogation.

1059
49
submitted 7 months ago* (last edited 7 months ago) by N0x0n@lemmy.ml to c/privacy@lemmy.ml

Hi everyone :)

For those interested, I share my just finished personal Firefox user.js. It's based on the latest arkenfox and has the same privacy features, with some personal tweaks to fit my workflow. And also easier to read 😅.

https://github.com/KalyaSc/fictional-sniffle/blob/main/user.js


KEEP IN MIND

Except for the privacy focused entries, some are personal choices for an easy drop-in Firefox preferences backup. This is what I consider a good privacy model and some entries could break YOUR workflow, especially if you don't have self-hosted alternatives (Vaultwarden, Linkding, Wallabag).

I'm not an expert, but most of those entries are the same as Arkenfox's user.js. I really encourage you to read their file for better understanding on what each entrie does. While my file is easier to read, one downside is the lack of documentation for each entries.

Also, this is not just a COPY/PAST. It took a lot of effort, time, reading, testing and understanding. I kept a similar naming scheme for cross referencing.

I learned a few things and hope that you also will enjoy, edit, read and learn new interesting things.

Happy hardening !


Features

  • Automatic dark mode theme (Keep in mind you still need Dark Reader or similar plugin for web pages in dark mode.)
  • Deep clean history on every Firefox quit. Only cookies as exception are kept. I need them for my self hosted services.
  • Disable password/auto-fill/breache. Vaultwarden takes care of everything.
  • All telemetry disabled by default except for the crash reports. To also disable the crash reports, comment the begining of the following lines with //:
user_pref("breakpad.reportURL", "");
user_pref("browser.tabs.crashReporting.sendReport", false);
user_pref("browser.crashReports.unsubmittedCheck.enabled", false);
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
  • DoH disabled (got my personal VPN with DoH enabled)
user_pref("network.trr.mode", 5);
  • Disable WebRTC. If you need it for video calling, meetings, video chats:

Comment the following line:

user_pref("media.peerconnection.enabled", false);

Uncomment the following (arkenfox default, it will force WebRTC inside your configured proxy)

//user_pref("media.peerconnection.ice.default_address_only", true);
//user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true);
  • FIxed Width and Height (1600x900) (Finger print resistant) arkenfox's default
  • Resist Fingerprinting (RFP) which overrides finger print protection (FPP)
  • Alot of other tweaks you can discover while reading through the file.

How to use/test this file ?

Open firefox, type about:profiles and create a test profile. Open the corresponding root folder, put in the user.js and launch profile in a new browser.

After testing and happy with the result, BACKUP your main Firefox profile somewhere safe and put the user.js in your main profile to see if it fits your workflow.

Room for improvement / TODO.

Alot of the settings in the 5000 range form arkenfox's user.js need further testing and investigation, because they could breake and cause performance/stability issues.

  • JS exploits:
- javascript.options.baselinejit
- javascript.options.ion
- javascript.options.wasm
- javascript.options.asmjs
  • Disable webAssembly
  • ...

TODO

  • Disable non-modern cipher suites
  • Control TLS versions
  • Disable SSL session IDs [FF36+]

Also those settings are another beast that needs further testing/investigation on how they work.

The user.js file

https://github.com/KalyaSc/fictional-sniffle/blob/main/user.js

WARNING

Arkenfox advise agianst addons who scramble and randomize your fingerprint characteristics (like chameleon).

WHY? Because resist fingerprint takes care of most things. See 4500: RFP (resistFingerprinting) in arkenfox user.js.

[WARNING] DO NOT USE extensions to alter RFP protected metrics

    418986 - limit window.screen & CSS media queries (FF41)
   1281949 - spoof screen orientation (FF50)
   1330890 - spoof timezone as UTC0 (FF55)
   1360039 - spoof navigator.hardwareConcurrency as 2 (FF55)
 FF56
   1333651 - spoof User Agent & Navigator API
      version: android version spoofed as ESR (FF119 or lower)
      OS: JS spoofed as Windows 10, OS 10.15, Android 10, or Linux | HTTP Headers spoofed as Windows or Android
   1369319 - disable device sensor API
   1369357 - disable site specific zoom
   1337161 - hide gamepads from content
....

Very long list !

Final words

I'm open for any constructive criticism or any constructive comment that could help me out to improve or understand something new or something I misunderstood. Sure that's not 100% my work, but as I said it took a lot of time, testing, searching, reading... Please don't be a crazy Panda...

Credits

https://github.com/arkenfox/user.js

https://github.com/pyllyukko/user.js/

https://wiki.archlinux.org/title/Firefox/Privacy

1060
96
submitted 7 months ago* (last edited 7 months ago) by Syn_Attck@lemmy.today to c/privacy@lemmy.ml

I'm running the latest GrapheneOS with no VPN and yesterday it was failing and saying "if you're using one, try disconnecting from proxy/VPN" and today it's saying server not found. This happens regardless whether I click on Anonymous, or Anonymous (insecure).

Is anyone else having this issue? I have another phone without Graphene on the same network and it's working fine.

Edit: via @rottenwheel@monero.town

Rahul Patel:

Quick update:

  • We had to get new VPS for Aurora.
  • Server was up all night but due to change in location accounts were not able to generate auth sessions.
  • Working on it! We'll be back soon.

Happy Friday ❤️

Source: https://t.me/AuroraSupport/390621

1061
297

Today most Invidious instances are experiencing very harsh ip address rate limiting, it is becoming very very hard to watch yt videos through

1062
188

cross-posted from: https://covert.nexus/post/27235

The FTC released a staff report in 2021 analyzing the privacy practices of six major U.S. Internet Service Providers. The report found that these ISPs collect as much, if not more, data on their customers' browsing habits than popular advertisers like Google and Facebook. Additionally, some of these ISPs either operate their own advertising businesses or sell the data to third parties, such as the NSA.

1063
200
submitted 7 months ago by overflow64@lemmy.ml to c/privacy@lemmy.ml
1064
594
submitted 7 months ago by leraje@lemmy.blahaj.zone to c/privacy@lemmy.ml

in 2018, Facebook told Vox that it doesn't use private messages for ad targeting. But a few months later, The New York Times, citing "hundreds of pages of Facebook documents," reported that Facebook "gave Netflix and Spotify the ability to read Facebook users’ private messages."

Surprising? No. Appalling? Yes.

1065
420
submitted 7 months ago by ylai@lemmy.ml to c/privacy@lemmy.ml
1066
0

cross-posted from: https://lemmygrad.ml/post/4108287

ACTUALLY! Android is more private than the iPhone! (Disclaimer: The YouTuber is anti-China, but his analysis on Apple is very good)

1067
136
submitted 7 months ago by Bristle1744@lemmy.today to c/privacy@lemmy.ml
1068
197
submitted 7 months ago by yogthos@lemmy.ml to c/privacy@lemmy.ml

This is the problem with using VPN services in general, you have to have complete trust in the service provider.

1069
26
submitted 7 months ago by Antitoxic9087@slrpnk.net to c/privacy@lemmy.ml

Due to work I need to use Microsoft outlook mail on a daily basis. What I would like to know is the privacy and security concerns of various options:

  1. Login and use outlook on a browser for general purposes
  2. Use a tailered third party client from flatpak such as https://flathub.org/en-GB/apps/io.github.mahmoudbahaa.outlook_for_linux
  3. Use thunderbird
  4. Any other possibilities
1070
615
submitted 7 months ago by Zerush@lemmy.ml to c/privacy@lemmy.ml

(In the case that someone in Lemmy still use Google)

1071
78
submitted 7 months ago by Adalast@lemmy.world to c/privacy@lemmy.ml

My son was just born, and while a few photos will go on the likes of Facebook and Instagram, overall my partner and I are wanting to keep our shared photos private from the EULA abuses that we all know and hate.

Does anyone here have any good suggestions? I would create my own front end, but I can't swing hosting or a static IP to do it from my local box. Are there any companies out there who aren't total shit bags who claim immediate irrevocable license to all of my photos to do with whatever the fuck they please?

1072
51
submitted 7 months ago* (last edited 7 months ago) by thebardingreen@lemmy.starlightkel.xyz to c/privacy@lemmy.ml

A client of mine is getting harassed, we think by her former attorney who she's suing for embezzlement.

Someone is posting fake resumes for her and applying for jobs and she gets daily emails and call backs. Is there anything to do short of either ignoring it or playing whack-a-mole?

She's a very sweet old lady who is freaked out by this and doesn't deserve it.

1073
14
submitted 7 months ago by Onyx376@lemmy.ml to c/privacy@lemmy.ml
1074
182
submitted 7 months ago* (last edited 7 months ago) by MediaSensationalism@covert.nexus to c/privacy@lemmy.ml

cross-posted from: https://covert.nexus/post/20450

Summary:

Federal investigators have requested Google to provide information on all users who watched specific YouTube videos within a certain timeframe, sparking privacy concerns from civil rights groups. The videos had collectively been watched over 30,000 times.

The case involves undercover agents sending tutorial links for mapping via drones and augmented reality software to an individual, “elonmuskwhm,” who is suspected of violating money laundering laws and unlicensed money transmitting.

Court orders obtained by Forbes show that the government instructed Google to disclose user data, including names, addresses, telephone numbers, account activity for Google account holders, and IP addresses for non-account holders who watched the videos. The government argues that this data collection was relevant to their criminal investigation.

1075
282
submitted 7 months ago by ozoned@lemmy.world to c/privacy@lemmy.ml

Telegram is giving away FREE Premium subscriptions! All they need from you is to use your cell phone as a relay to text out their OTP codes! And the recipient of the OTP sees your phone number! What could POSSIBLY go wrong with this deal?

PLEASE don't use Telegram! I personally recommend Matrix as it's totally FOSS, you can self host, there are tons of front end clients to choose from. Or even use Signal. I have my own issues with Signal, the fact they don't allow third party clients, you can't self-host, they have a proprietary shim in their stack that only they know what it does, they were pushing crypto, etc, but at least Signal is better than this garbage.

view more: ‹ prev next ›

Privacy

32045 readers
928 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS