forked from deltachat/deltachat-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_redirects
31 lines (21 loc) · 1.3 KB
/
_redirects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# syntax: <old url> <new url> [<errorcode>]
# the errorcode defaults to 301
# a shortcut to a "stable" f-droid apk, no need to change it hastily :)
/apk https://github.com/deltachat/deltachat-android/releases/download/v0.16.0/deltachat-v0.16.0-fdroid.apk
/new https://github.com/deltachat/deltachat-android/releases/download/v0.17.2/deltachat-v0.17.2.apk
# legacy urls
/de/delta-macht-chatten-besser /en/2017-05-31-delta-makes-chatting-better#german
/de/david-gegen-goliath /en/2017-05-31-delta-makes-chatting-better#david-gegen-goliath---wie-kam-es-dazu
/de/support /de/contribute
/en/2018-07-19-introducing-support-forum /en/2018-08-19-introducing-support-forum
/en/spec https://github.com/deltachat/spec/blob/master/spec.md#email-chat-specification
/en/standards https://github.com/deltachat/deltachat-android/blob/master/standards.md#standards-used-in-delta-chat
/en/support /en/contribute
/es/support /es/contribute
/it/support /it/contribute
/pt/support /pt/contribute
/ru/support /ru/contribute
# HTTP-to-HTTPS redirect is done by the "Force HTTPS" switch in the Netlify
# backend; this also adds HSTS headers (strict-transport-security) to protect
# against protocol downgrade attacks.
# CAVE: Browsers remember the HSTS setting for one year, so there is no way back!