mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
FIX: Don't sanitize API username so that we can potentially identify the source.
This commit is contained in:
parent
5da768b4fe
commit
41a22b8c5a
2 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,7 @@ class LogAnalyzer
|
|||
private
|
||||
|
||||
def self.sanitize_url(url)
|
||||
url.gsub(/(api_key|api_username)=([\w.\-]+)/, '\1=[FILTERED]')
|
||||
url.gsub(/api_key=([\w.\-]+)/, '\1=[FILTERED]')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue