Pwned: enable for Play Store version

pull/215/head
M66B 5 months ago
parent 6edffb9a61
commit 15caf283d3

@ -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 | | GitHub | None, but see the remarks below | Upon downloading AdGuard tracking parameter list |
| | | Upon downloading Disconnect's Tracker Protection lists | | | | Upon downloading Disconnect's Tracker Protection lists |
| | | Upon checking for updates (*) | | | | 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 (*) | | 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 | | 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 | | Link title | Link address | Upon pressing a download button in the insert link dialog |

@ -303,8 +303,8 @@ android {
buildConfigField "String", "OPENAI_PRIVACY", "\"\"" buildConfigField "String", "OPENAI_PRIVACY", "\"\""
buildConfigField "String", "GEMINI_ENDPOINT", "\"\"" buildConfigField "String", "GEMINI_ENDPOINT", "\"\""
buildConfigField "String", "GEMINI_PRIVACY", "\"\"" buildConfigField "String", "GEMINI_PRIVACY", "\"\""
buildConfigField "String", "PWNED_ENDPOINT", "\"\"" buildConfigField "String", "PWNED_ENDPOINT", "\"https://api.pwnedpasswords.com/\""
buildConfigField "String", "PWNED_URI", "\"\"" buildConfigField "String", "PWNED_URI", "\"https://haveibeenpwned.com/\""
buildConfigField "String", "FDROID", "\"\"" buildConfigField "String", "FDROID", "\"\""
getIsDefault().set(true) getIsDefault().set(true)
} }
@ -331,8 +331,8 @@ android {
buildConfigField "String", "OPENAI_PRIVACY", "\"\"" buildConfigField "String", "OPENAI_PRIVACY", "\"\""
buildConfigField "String", "GEMINI_ENDPOINT", "\"\"" buildConfigField "String", "GEMINI_ENDPOINT", "\"\""
buildConfigField "String", "GEMINI_PRIVACY", "\"\"" buildConfigField "String", "GEMINI_PRIVACY", "\"\""
buildConfigField "String", "PWNED_ENDPOINT", "\"\"" buildConfigField "String", "PWNED_ENDPOINT", "\"https://api.pwnedpasswords.com/\""
buildConfigField "String", "PWNED_URI", "\"\"" buildConfigField "String", "PWNED_URI", "\"https://haveibeenpwned.com/\""
buildConfigField "String", "FDROID", "\"\"" buildConfigField "String", "FDROID", "\"\""
} }
} }

@ -173,7 +173,7 @@
<tr class="odd"> <tr class="odd">
<td>Have I Been Pwned?</td> <td>Have I Been Pwned?</td>
<td>The first 5 characters of the SHA1 hash of passwords</td> <td>The first 5 characters of the SHA1 hash of passwords</td>
<td>Upon checking for being pwned (*)</td> <td>Upon checking for being pwned</td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td>BIMI</td> <td>BIMI</td>

Loading…
Cancel
Save