mozilla / tls-canary

DEPRECATED - TLS regression scanner for Firefox
https://tlscanary.mozilla.org/
Mozilla Public License 2.0
17 stars 15 forks source link

Exclude some properties from log file #185

Closed mwobensmith closed 5 years ago

mwobensmith commented 5 years ago

When we query AppConstants in scan_worker.js, we pick up all values contained therein. Eventually these become part of a run's log file.

We should exclude any properties that end in API_KEY.

cr commented 5 years ago

Fixed by #186.