mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:29:30 +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$/,
|
||||
/^\/admin\/upgrade$/,
|
||||
/^\/logs($|\/)/,
|
||||
/^\/admin\/logs\/watched_words\/action\/[^\/]+\/download$/,
|
||||
/^\/admin\/customize\/watched_words\/action\/[^\/]+\/download$/,
|
||||
/^\/pub\//,
|
||||
/^\/invites\//,
|
||||
/^\/styleguide/,
|
||||
|
|
Loading…
Reference in New Issue
Block a user