this post was submitted on 20 Sep 2023
21 points (92.0% liked)

Privacy

31263 readers
835 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 4 years ago
MODERATORS
 

Hi guys

What apps for security and privacy do you use?

you are viewing a single comment's thread
view the rest of the comments
[–] lustrum@sh.itjust.works 2 points 1 year ago

I have 2 options that work most of the time: 12ft.io and archive.ph. The URLCheck rules are:

"proxy it with archive.is": {
    "regex1": "^(https?):\\\/\\\/([\\s\\S]*)$",
    "regex": "^(?!.*(archive\\.))(.*)",
    "replacement": "https:\/\/archive.is\/newest\/$2",
    "enabled": "true"
  },
  "12ft.io.": {
    "regex": "^.*$",
    "replacement": "https:\/\/12ft.io\/$0"
  },

This basically brings up 2 buttons on the urlcheck sheet an I can pick either to proxy it.