mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
missed closing paren
This commit is contained in:
parent
4cb6606e8c
commit
dae39b5b71
@ -27,7 +27,7 @@ if Rails.env.production?
|
||||
Logster::IgnorePattern.new("Can't verify CSRF token authenticity", { REQUEST_URI: /\/trackback\/$/ }),
|
||||
# suppress trackback spam bots submitting to random URLs
|
||||
# test for the presence of these params: url, title, excerpt, blog_name
|
||||
Logster::IgnorePattern.new("Can't verify CSRF token authenticity", { params: { url: /./, title: /./, excerpt: /./, blog_name: /./} },
|
||||
Logster::IgnorePattern.new("Can't verify CSRF token authenticity", { params: { url: /./, title: /./, excerpt: /./, blog_name: /./} }),
|
||||
|
||||
# API calls, TODO fix this in rails
|
||||
Logster::IgnorePattern.new("Can't verify CSRF token authenticity", { REQUEST_URI: /api_key/ })
|
||||
|
Loading…
x
Reference in New Issue
Block a user