Steps to reproduce
- Try to Upload or Download an AndOTP backup file (name:
otp_accounts.json.aes
- It does not work as .aes is classified as ransomware upload
- Add
otp_accounts.json.aes to the whitelist. Still does not work
- Also tried the pattern
^.*otp_accounts\.json\.aes$ or .json.aes . Does not work.
Expected behaviour
A file-name should be whitelistable. I cannot whitelist .aes or .json.aes because the extension is quite common for ransomware.
Actual behaviour
Not only an extension but a filename should be whitelistable.
Steps to reproduce
otp_accounts.json.aesotp_accounts.json.aesto the whitelist. Still does not work^.*otp_accounts\.json\.aes$or.json.aes. Does not work.Expected behaviour
A file-name should be whitelistable. I cannot whitelist .aes or .json.aes because the extension is quite common for ransomware.
Actual behaviour
Not only an extension but a filename should be whitelistable.