diff options
author | squahtx <squahtx@users.noreply.github.com> | 2022-12-13 13:30:19 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2022-12-13 13:30:19 +0000 |
commit | 0cde17771bcd2bcf48b7b361d8d69d907832ef98 (patch) | |
tree | df950c0e4baa2320c7d6fe9fc0b4185118fe2d1a /v1.74/privacy_policy_templates/en/1.0.html | |
parent | deploy: e2a1adbf5d11288f2134ced1f84c6ffdd91a9357 (diff) | |
download | synapse-0cde17771bcd2bcf48b7b361d8d69d907832ef98.tar.xz |
deploy: 62ed877433e23ba055cbc69a089c09d03c67681d
Diffstat (limited to 'v1.74/privacy_policy_templates/en/1.0.html')
-rw-r--r-- | v1.74/privacy_policy_templates/en/1.0.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/v1.74/privacy_policy_templates/en/1.0.html b/v1.74/privacy_policy_templates/en/1.0.html new file mode 100644 index 0000000000..321c7e4671 --- /dev/null +++ b/v1.74/privacy_policy_templates/en/1.0.html @@ -0,0 +1,26 @@ +<!doctype html> +<html lang="en"> + <head> + <title>Matrix.org Privacy policy</title> + </head> + <body> + {% if has_consented %} + <p> + Your base already belong to us. + </p> + {% else %} + <p> + All your base are belong to us. + </p> + {% if not public_version %} + <!-- The variables used here are only provided when the 'u' param is given to the homeserver --> + <form method="post" action="consent"> + <input type="hidden" name="v" value="{{version}}"/> + <input type="hidden" name="u" value="{{user}}"/> + <input type="hidden" name="h" value="{{userhmac}}"/> + <input type="submit" value="Sure thing!"/> + </form> + {% endif %} + {% endif %} + </body> +</html> |