drop stub redirects until they're actually removed

This commit is contained in:
Daniel Micay 2021-09-07 19:46:26 -04:00
parent f537e0ac92
commit dbe7d2d936

View File

@ -9,12 +9,7 @@
// https://www.w3.org/Protocols/HTTP/Fragment/draft-bos-http-redirect-00.txt
const redirects = new Map([
["/#never-google-services", "/faq#google-services"],
["/#device-support", "/faq#device-support"],
["/#roadmap", "/faq#roadmap"],
["/#upstream", "/faq#upstream"],
["/#copyright-and-licensing", "/faq#copyright-and-licensing"],
["/#history", "/history/#history"],
["/usage#default-connections", "/faq#default-connections"],
["/releases#marlin-stable", "/faq#legacy-devices"],
["/releases#sailfish-stable", "/faq#legacy-devices"],