mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
FIX: downloading watched words was broken (#12578)
This commit is contained in:
parent
bfd0c00944
commit
b230c30249
|
@ -27,7 +27,7 @@ const SERVER_SIDE_ONLY = [
|
||||||
/\.json$/,
|
/\.json$/,
|
||||||
/^\/admin\/upgrade$/,
|
/^\/admin\/upgrade$/,
|
||||||
/^\/logs($|\/)/,
|
/^\/logs($|\/)/,
|
||||||
/^\/admin\/logs\/watched_words\/action\/[^\/]+\/download$/,
|
/^\/admin\/customize\/watched_words\/action\/[^\/]+\/download$/,
|
||||||
/^\/pub\//,
|
/^\/pub\//,
|
||||||
/^\/invites\//,
|
/^\/invites\//,
|
||||||
/^\/styleguide/,
|
/^\/styleguide/,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user