1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-11-04 21:37:52 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
redoomed1
f94e72816f update: Mention Oct 2025 Ente Photos audit
Signed-off-by: redoomed1 <redoomed1@privacyguides.org>
2025-11-03 18:15:11 -08:00
be042fe060 docs: Enable funding.json support 2025-10-27 23:32:47 -05:00
4 changed files with 3 additions and 5 deletions

View File

@@ -0,0 +1 @@
https://www.privacyguides.org/funding.json

View File

@@ -1,6 +1,5 @@
--- ---
description: Privacy-related news stories, product reviews, opinion pieces, and other important articles from Privacy Guides contributors. description: Privacy-related news stories, product reviews, opinion pieces, and other important articles from Privacy Guides contributors.
canonical_url: https://www.privacyguides.org/posts/tag/articles/
hide: hide:
- footer - footer
--- ---

View File

@@ -42,7 +42,7 @@ The free plan offers 10 GB of storage as long as you use the service at least o
</div> </div>
Ente Photos underwent an audit by [Cure53](https://ente.io/blog/cryptography-audit) in March 2023 and by [Fallible](https://ente.io/reports/Fallible-Audit-Report-19-04-2023.pdf) in April 2023. Ente Photos underwent an audit of their server-side source code and infrastructure by [Cure53](https://ente.io/blog/cern-audit) in October 2025. Previous audits were completed by [Cure53](https://ente.io/blog/cryptography-audit) in March 2023 and by [Fallible](https://ente.io/reports/Fallible-Audit-Report-19-04-2023.pdf) in April 2023.
## Criteria ## Criteria

View File

@@ -34,9 +34,7 @@
{% elif config.site_author %} {% elif config.site_author %}
<meta name="author" content="{{ config.site_author }}"> <meta name="author" content="{{ config.site_author }}">
{% endif %} {% endif %}
{% if page.meta and page.meta.canonical_url %} {% if page.canonical_url %}
<link rel="canonical" href="{{ page.meta.canonical_url }}">
{% elif page.canonical_url %}
<link rel="canonical" href="{{ page.canonical_url }}"> <link rel="canonical" href="{{ page.canonical_url }}">
{% endif %} {% endif %}
{% if page.previous_page %} {% if page.previous_page %}