README: note about slash and backslash chars in file names

This commit is contained in:
Maxim Baz
2019-05-27 16:09:50 +02:00
committed by GitHub
parent 6c1208b77a
commit 5e31b0d4d5

View File

@@ -103,6 +103,8 @@ Browserpass was designed with an assumption that certain conventions are being f
1. In order to benefit of phishing attack protection, a password entry file, or any of its parent folders, must contain a full domain name (including TLD like `.com`) in their name in order to automatically match a website. However, entries which do not contain such a domain in their name may still be manually selected. 1. In order to benefit of phishing attack protection, a password entry file, or any of its parent folders, must contain a full domain name (including TLD like `.com`) in their name in order to automatically match a website. However, entries which do not contain such a domain in their name may still be manually selected.
File names are not allowed to contain `\` or `/` characters, because both of them are considered to be path separators.
Some good examples: Some good examples:
``` ```