-
Notifications
You must be signed in to change notification settings - Fork 0
fix: canonical privacy URL throughout the Play kit; drop duplicate policy page #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -86,13 +86,13 @@ <h2>Deleting some data without closing your account</h2> | |||||
| <div class="callout"> | ||||||
| <p style="margin:0"><strong>Good to know:</strong> browsing the map never required an account in the | ||||||
| first place — accounts exist only so the community can trust who's confirming what's ripe. | ||||||
| Read the full <a href="/privacy.html">privacy policy</a>.</p> | ||||||
| Read the full <a href="https://techempower.org/forageforall/privacy">privacy policy</a>.</p> | ||||||
| </div> | ||||||
|
|
||||||
| <footer> | ||||||
| Forage for All is a free, open-source (AGPLv3) project by | ||||||
| <a href="https://techempower.org">TechEmpower</a>, a 501(c)(3) nonprofit. | ||||||
| · <a href="/">Home</a> · <a href="/privacy.html">Privacy policy</a> | ||||||
| · <a href="/">Home</a> · <a href="https://techempower.org/forageforall/privacy">Privacy policy</a> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since the privacy policy is hosted on an external domain (
Suggested change
|
||||||
| </footer> | ||||||
| </main> | ||||||
| </body> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -50,7 +50,7 @@ Drop a pin, pick the species from the catalog, and mark ripeness. Others confirm | |||||
| • Pin coordinates are rounded to a ~110 m grid before they're saved — the neighborhood, not the doorstep | ||||||
| • Your device location never leaves your device; it only centers the map | ||||||
| • Browsing needs no account, and anonymous reports are allowed | ||||||
| Full policy (short and human-readable): forage.techempower.org/privacy.html | ||||||
| Full policy (short and human-readable): techempower.org/forageforall/privacy | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To ensure the URL is reliably recognized and auto-linkified across all versions of the Google Play Store app and web interface, it is highly recommended to include the explicit
Suggested change
|
||||||
|
|
||||||
| 🌱 FREE AND OPEN SOURCE | ||||||
| Forage for All is AGPLv3 open source, built by volunteers, run by a 501(c)(3) nonprofit. Free forever: no subscriptions, no paywalls, no venture funding, no data sold. Read the code, file an issue, or contribute at github.com/techempower-org/forageforall. | ||||||
|
|
@@ -81,7 +81,7 @@ Marca un punto, elige la especie del catálogo e indica su maduración. Otras pe | |||||
| • Las coordenadas se redondean a una cuadrícula de ~110 m antes de guardarse: el vecindario, no la puerta de tu casa | ||||||
| • La ubicación de tu dispositivo nunca sale de él; solo centra el mapa | ||||||
| • Explorar no requiere cuenta, y se permiten reportes anónimos | ||||||
| Política completa (corta y legible): forage.techempower.org/privacy.html | ||||||
| Política completa (corta y legible): techempower.org/forageforall/privacy | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To ensure the URL is reliably recognized and auto-linkified across all versions of the Google Play Store app and web interface, it is highly recommended to include the explicit
Suggested change
|
||||||
|
|
||||||
| 🌱 GRATIS Y DE CÓDIGO ABIERTO | ||||||
| Forage for All es código abierto (AGPLv3), construido por voluntarios y operado por una organización sin fines de lucro 501(c)(3). Gratis para siempre: sin suscripciones, sin muros de pago, sin capital de riesgo, sin venta de datos. Lee el código en github.com/techempower-org/forageforall. | ||||||
|
|
@@ -136,4 +136,4 @@ already placed in the copy; keep them if you edit: | |||||
|
|
||||||
| - Support email: `jp@techempower.org` | ||||||
| - Website: `https://forage.techempower.org/` | ||||||
| - Privacy policy URL (App content form): `https://forage.techempower.org/privacy.html` | ||||||
| - Privacy policy URL (App content form): `https://techempower.org/forageforall/privacy` | ||||||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the privacy policy is hosted on an external domain (
techempower.org), it is best practice to open it in a new tab usingtarget="_blank"andrel="noopener". This prevents the user from losing their place or state on the account deletion page.