290d399a6b
Created a list of mobile browser which are privacy respecting and quite secure. it includes Mulch, Vanadium, Brave and Tor/Mull with a note. Guide to Divest Recommended Browser Settings is also linked if someone wants to harden Brave and Mull. A note is added for Gecko Browsers *Firefox-based Android browsers lack per-site process isolation*. Also it includes answers to the following questions - Why use Vanadium over Brave Browser? - Why don’t we recommend DuckDuckGo (DDG) Browser? **Safari is pending. This guide is completed for Android Browsers.** Although I have added a sentence at the start for using Safari with Apple Private Relay. Signed-off-by: sky768 <153304006+sky768@users.noreply.github.com> |
||
---|---|---|
.devcontainer | ||
.github | ||
archetypes | ||
content | ||
layouts/_default | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
cloudflare-build.sh | ||
config.yml | ||
CONTRIBUTING.md | ||
external-blogs.sh | ||
LICENSE.md | ||
netlify.toml | ||
README.md |
PrivSec.dev
~ A practical approach to Privacy and Security ~
Licensing
Prospective contributors are encouraged to review CONTRIBUTING.md and the Contributor License Agreement.
Posts are licensed under the Creative Commons Attribution‑ShareAlike 4.0 International License. Please make sure to attribute the author(s) properly and include a link to the original publication when applicable.
Hugo, the static site generator used to build the site, is licensed under the Apache License 2.0.
The WonderMod theme (and its upstream PaperMod) is licensed under the MIT License. Except where otherwise noted, PrivSec.dev's modifications to WonderMod are also licensed under the MIT License.
Hosting
The https://privsec.dev website is hosted by Cloudflare Pages. Website previews are automatically generated by Netlify.
Local Working Environment
- Install Git and Hugo.
- Most users should simply use the self‑contained Hugo executable for their platform. Linux package managers often provide old versions of Hugo.
- Clone this repository:
git clone --recurse-submodules https://github.com/PrivSec-dev/privsec.dev
. - Run
hugo serve
to start the local development server at (by default)http://localhost:1313
.- Alternatively run
hugo
to simply build the site into thepublic/
directory.
- Alternatively run
- Run
git submodule update --merge
to update the WonderMod theme to the version specified in this repo.- Run
git submodule update --remote --merge
to update to the upstream master branch of WonderMod.
- Run
- Run
./external-blogs.sh
to pull the latest versions of certain posts from their canonical (external) sources.