The JSON files in the profilekeys directory of the game installation directory contain RSA private keys used for authentication at
servers and for signing chat messages. Therefore they should be treated as sensitive.
Approach
Update sensitiveTextRegexes in config
Treat MIME types application/json (and application/xml) as text
Purpose
The JSON files in the
profilekeys
directory of the game installation directory contain RSA private keys used for authentication at servers and for signing chat messages. Therefore they should be treated as sensitive.Approach
sensitiveTextRegexes
in configapplication/json
(andapplication/xml
) as textChecklist
docs
folder