A practical approach to Privacy and Security
Go to file
Tommy 365c717bc1
ChromeOS's Questionable Encryption (#222)
* ChromeOS's Questionable Encryption

Signed-off-by: Tommy <contact@tommytran.io>

* Add metadata

Signed-off-by: Tommy <contact@tommytran.io>

* Minor fixes

Signed-off-by: Tommy <contact@tommytran.io>

* Minor fix

Signed-off-by: Tommy <contact@tommytran.io>

* Update ChromeOS Questionable Encryption.md

Signed-off-by: Tommy <contact@tommytran.io>

* Update ChromeOS Questionable Encryption

* Fix link

* Edits

---------

Signed-off-by: Tommy <contact@tommytran.io>
Co-authored-by: wj25czxj47bu6q <git@wj25.xn--q9jyb4c>
Co-authored-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
2024-04-25 22:32:31 -07:00
.devcontainer Use latest Hugo version in container 2024-01-21 03:07:20 -07:00
.github Set proper Dependabot label (#90) 2022-11-20 02:20:58 -05:00
archetypes Initial Hugo Setup 2022-07-16 08:14:16 -04:00
content ChromeOS's Questionable Encryption (#222) 2024-04-25 22:32:31 -07:00
layouts/_default Remove unnecessary partial 2022-09-09 03:28:41 -04:00
static Update security.txt 2023-12-31 00:01:28 -07:00
themes Bump themes/WonderMod from `d3368d1` to `5e61be5` (#199) 2023-12-31 14:21:21 -07:00
.gitignore Switch to Netlify 2022-08-25 18:40:09 -04:00
.gitmodules Switch to WonderMod (#26) 2022-08-25 18:40:14 -04:00
CONTRIBUTING.md Update Matrix links 2023-04-04 00:50:53 +00:00
LICENSE.md Contribution guidelines and CLA (#92) 2023-01-15 05:00:43 -05:00
README.md Update Hosting information 2023-12-06 23:21:42 -07:00
cloudflare-build.sh Pin Hugo v0.119.0 2024-04-24 22:30:58 -07:00
config.yml Remove WKD & Email Encryption 2023-11-04 13:38:04 -07:00
external-blogs.sh MTA-STS (#147) 2023-08-05 20:17:48 -07:00
netlify.toml Pin Hugo v0.119.0 2023-10-31 16:07:57 -07:00

README.md

PrivSec.dev

~A practical approach to Privacy and Security~

Netlify Status

Licensing

Prospective contributors are encouraged to review CONTRIBUTING.md and the Contributor License Agreement.

Posts are licensed under the Creative Commons AttributionShareAlike 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

  1. Install Git and Hugo.
  2. Clone this repository: git clone --recurse-submodules https://github.com/PrivSec-dev/privsec.dev.
  3. Run hugo serve to start the local development server at (by default) http://localhost:1313.
    • Alternatively run hugo to simply build the site into the public/ directory.
  • 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 ./external-blogs.sh to pull the latest versions of certain posts from their canonical (external) sources.