1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-20 18:32:38 +00:00
Commit Graph

2038 Commits

Author SHA1 Message Date
4d489eafa7 file-encryption.html: Update Kryptor website URL. 2021-05-01 14:36:56 -05:00
6e185b3eab Remove dead links, update info about mentioned companies 2021-05-01 14:35:35 -05:00
596cd71841 remove: www.erfahrungen.com
Looks like it was taken over, all I see is just a bunch of ads on this website
2021-05-01 14:33:19 -05:00
aeed576c82 Update links 2021-05-01 14:31:24 -05:00
6917d9b625 Add iOS Addons Section
- Add two addons/apps (Passepartout and AdGuard)
- Add two images: the respective logos for those apps
2021-05-01 14:22:25 -05:00
0d62d756f6 Move mobile recommendations to browsers page 2021-02-22 11:03:11 -06:00
01f4c2dc25 Merge remote-tracking branch 'privacytools/freddy-m-patch-4' into main 2021-02-22 10:53:18 -06:00
4e4a0156d2 Merge remote-tracking branch 'fork-foxboron/patch-1' into main 2021-02-22 10:49:31 -06:00
653bef7567 Utilize node modules better 2021-02-22 10:47:35 -06:00
651fc16b66 Add recent Mullvad infrastructure audit
https: //github.com/privacytools/privacytools.io/pull/2199
Co-Authored-By: Minimalist <51658826+minimalist73@users.noreply.github.com>
2021-02-22 10:45:52 -06:00
6194c10429 Merge remote-tracking branch 'fork-mikaela/quad9-ch' into main 2021-02-22 09:13:34 -06:00
f12660ece4 DNS: mark Quad9 as Switzerland based
Resolves: #2212

https://quad9.net/news/blog/quad9-public-domain-name-service-moves-to-switzerland-for-maximum-internet-privacy-protection/
2021-02-19 08:18:34 +02:00
904b699feb Fix search bar not passing searches to Searx (#2086)
The URL to pass searches to was https://search.privacytools.io/searx, instead of https://search.privacytools.io. So I changed the URL of the search bar form.
2021-01-23 21:32:53 +00:00
7e8b8f4460 Update Lemmy Description 2021-01-16 21:48:41 -06:00
93cbec8fde Actually add Lemmy
@freddy-m I think you missed a few key parts of this PR, like having a logo and making it actually build.
2021-01-16 21:42:48 -06:00
145ce99f60 Update .gitignore for current version of Jekyll 2021-01-16 21:32:41 -06:00
c4013e7e66 Merge remote-tracking branch 'fork-jonaharagon/navbar-improvements' into main 2021-01-16 21:26:02 -06:00
e028e9333f Merge remote-tracking branch 'privacytools/freddy-m-patch-3' into main 2021-01-16 21:24:36 -06:00
44d7721892 Colorize navbar background 2021-01-16 20:50:44 -06:00
960181d8b2 Clean up the cruft 2021-01-15 23:46:23 -06:00
e2bc10d8e8 Fix the terrible dark mode again 2021-01-15 23:13:01 -06:00
10e744d42c Add sortable.js scss 2021-01-15 20:23:07 -06:00
dbfdd5df64 Remove platform specificity
Forgot I'm on M1 I guess? 😄
2021-01-15 20:07:01 -06:00
583ea9acbc Install bundler 2.2.5 2021-01-15 18:34:20 -06:00
81efc68056 Update dependencies and fix build server issues 2021-01-15 18:32:13 -06:00
45c0d4acc1 Create .buildrc 2021-01-15 15:18:45 -06:00
41c438589d Upgrade to jekyll 4.2.0 2021-01-15 14:50:54 -06:00
0b31c37f99 Update to Ruby 3.0.0 2021-01-15 14:42:05 -06:00
3aee1ee365 Update dependencies 2021-01-15 14:34:41 -06:00
eb0ffd2258 Upgrade bundler
Locking to 2.0.1 was a necessary workaround for a Netlify bug which has finally been resolved.
2021-01-15 14:26:54 -06:00
bc51ff101a Switch from github-pages gem to jekyll gem 2021-01-15 14:22:03 -06:00
b84a778e15 Specify .ruby-version, update development instructions 2021-01-15 14:21:39 -06:00
23116756d0 Merge remote-tracking branch 'gusted/Brotli-Patch' into jekyll-improvements 2021-01-15 14:09:07 -06:00
02f1989aed Use npm js assets 2021-01-15 04:37:23 -06:00
05ad5939da Merge upstream commits into main 2021-01-15 04:30:36 -06:00
1569eadd9d Update colors and fix logo in dark mode 2021-01-15 04:22:46 -06:00
92286dd88c Update GitHub Links 2021-01-15 03:17:40 -06:00
f5e9817be6 Install jquery and popper.js 2021-01-15 03:15:27 -06:00
6d6382c1dd Use npm for bootstrap and fontawesome-pro assets 2021-01-15 01:36:48 -06:00
130e497b5e Create .ruby-version 2021-01-15 00:21:24 -06:00
4c03eaeebc Update bundler 2021-01-14 22:33:57 -06:00
16d485f365 Arch Linux: Ensure correct link to reproducible builds
The CI system is a fuzzer for finding upstream and doesn't necessarily reflect the progress made in Arch. The CI are just checking out some files and builds them twice.

The link moves this to our current rebuilder setup which reproduces distributed packages.
2021-01-13 20:42:09 +01:00
148e1e7455 Add warning to Invidious (#2182)
- Add warning for non-default proxy option.
2021-01-13 10:44:35 +00:00
215ae3d821 New line 2021-01-12 22:30:31 +01:00
49b7c15201 Enable Brotli compression
- Compress file AOD.
- Let the server only use static files. 
- Don't add github-pages to jekyll-plugins group, due to the fact github-pages will behave differently when enabling production ENV.
- Adds an extra 10s for the `host` to use `./buid.sh` due to compressing all files.
- Resolves #2186
2021-01-12 20:27:59 +01:00
7b29a8f0a6 Swapped Lemy for Rabble 2021-01-06 17:24:48 +00:00
1ce60b952e Uncensored DNS now supports DoH 2021-01-06 16:57:57 +00:00
2fcb959eb8 Update Temp container bug (#2173) 2021-01-06 16:53:22 +00:00
c1dbe5890a Removed Closed Souce Warning from Cryptomator (#2177) 2021-01-06 16:52:24 +00:00
43aa060b1e Remove IVPN trial notice (#2178) 2021-01-06 16:50:50 +00:00