From 15caf283d3affe0a8ce1a60d586847f94a962b05 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 27 Apr 2024 19:53:10 +0200 Subject: [PATCH] Pwned: enable for Play Store version --- PRIVACY.md | 2 +- app/build.gradle | 8 ++++---- privacy/index.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PRIVACY.md b/PRIVACY.md index 151c120b06..81879e1a8a 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -112,7 +112,7 @@ This table provides a complete overview of all shared data and the conditions un | GitHub | None, but see the remarks below | Upon downloading AdGuard tracking parameter list | | | | Upon downloading Disconnect's Tracker Protection lists | | | | Upon checking for updates (*) | -| Have I Been Pwned? | The first 5 characters of the SHA1 hash of passwords | Upon checking for being pwned (*) | +| Have I Been Pwned? | The first 5 characters of the SHA1 hash of passwords | Upon checking for being pwned | | BIMI | Domain name of email addresses | If BIMI is enabled, upon receiving a message (*) | | Favicons | Domain name of email addresses | If favicons are enabled, upon receiving a message | | Link title | Link address | Upon pressing a download button in the insert link dialog | diff --git a/app/build.gradle b/app/build.gradle index d87505f7c0..3eff225746 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -303,8 +303,8 @@ android { buildConfigField "String", "OPENAI_PRIVACY", "\"\"" buildConfigField "String", "GEMINI_ENDPOINT", "\"\"" buildConfigField "String", "GEMINI_PRIVACY", "\"\"" - buildConfigField "String", "PWNED_ENDPOINT", "\"\"" - buildConfigField "String", "PWNED_URI", "\"\"" + buildConfigField "String", "PWNED_ENDPOINT", "\"https://api.pwnedpasswords.com/\"" + buildConfigField "String", "PWNED_URI", "\"https://haveibeenpwned.com/\"" buildConfigField "String", "FDROID", "\"\"" getIsDefault().set(true) } @@ -331,8 +331,8 @@ android { buildConfigField "String", "OPENAI_PRIVACY", "\"\"" buildConfigField "String", "GEMINI_ENDPOINT", "\"\"" buildConfigField "String", "GEMINI_PRIVACY", "\"\"" - buildConfigField "String", "PWNED_ENDPOINT", "\"\"" - buildConfigField "String", "PWNED_URI", "\"\"" + buildConfigField "String", "PWNED_ENDPOINT", "\"https://api.pwnedpasswords.com/\"" + buildConfigField "String", "PWNED_URI", "\"https://haveibeenpwned.com/\"" buildConfigField "String", "FDROID", "\"\"" } } diff --git a/privacy/index.html b/privacy/index.html index f6893ef49b..4bb3aed517 100644 --- a/privacy/index.html +++ b/privacy/index.html @@ -173,7 +173,7 @@ Have I Been Pwned? The first 5 characters of the SHA1 hash of passwords -Upon checking for being pwned (*) +Upon checking for being pwned BIMI