mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-11-04 21:37:52 +00:00
Compare commits
2 Commits
articles-c
...
ente-photo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f94e72816f | ||
|
be042fe060
|
1
.well-known/funding-manifest-urls
Normal file
1
.well-known/funding-manifest-urls
Normal file
@@ -0,0 +1 @@
|
||||
https://www.privacyguides.org/funding.json
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
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:
|
||||
- footer
|
||||
---
|
||||
|
||||
@@ -42,7 +42,7 @@ The free plan offers 10 GB of storage as long as you use the service at least o
|
||||
|
||||
</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
|
||||
|
||||
|
||||
@@ -34,9 +34,7 @@
|
||||
{% elif config.site_author %}
|
||||
<meta name="author" content="{{ config.site_author }}">
|
||||
{% endif %}
|
||||
{% if page.meta and page.meta.canonical_url %}
|
||||
<link rel="canonical" href="{{ page.meta.canonical_url }}">
|
||||
{% elif page.canonical_url %}
|
||||
{% if page.canonical_url %}
|
||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||
{% endif %}
|
||||
{% if page.previous_page %}
|
||||
|
||||
Reference in New Issue
Block a user