FEATURE: Treat /go/ as a server-side route

Ninja superuser implementation of routable permalinks with no UI or
permission changes yet.
This commit is contained in:
Kane York 2020-03-05 11:19:22 -08:00 committed by Kane York
parent 10ddb8a9c4
commit 670b855f94

View File

@ -25,6 +25,7 @@ const SERVER_SIDE_ONLY = [
/^\/posts\/\d+\/raw/,
/^\/raw\/\d+/,
/^\/wizard/,
/^\/go\//, // EXPERIMENTAL: https://meta.discourse.org/t/-/142605
/\.rss$/,
/\.json$/,
/^\/admin\/upgrade$/,