| Index: chrome/browser/resources/safe_browsing/README.md
|
| diff --git a/chrome/browser/resources/safe_browsing/README.md b/chrome/browser/resources/safe_browsing/README.md
|
| index 7b85908bbede9bb56d79c942568fa8db014332aa..c745b96717105ad0e1f6fd0e5caf61822d0f1998 100644
|
| --- a/chrome/browser/resources/safe_browsing/README.md
|
| +++ b/chrome/browser/resources/safe_browsing/README.md
|
| @@ -77,6 +77,12 @@ See `download_file_types.proto` for all fields.
|
| `DANGEROUS_HOST`, or `DANGEROUS`, Chrome will show that more severe warning
|
| regardless of this setting.
|
|
|
| + This policy also affects also how subresources are handled for *"Save As
|
| + ..."* downloads of complete web pages. If any subresource ends up with a
|
| + file type that is considered `DANGEROUS` or `ALLOW_ON_USER_GESTURE`, then
|
| + the filename will be changed to end in `.download`. This is done to prevent
|
| + the file from being opened accidentally.
|
| +
|
| * `NOT_DANGEROUS`: Safe to download and open, even if the download
|
| was accidental. No additional warnings are necessary.
|
| * `DANGEROUS`: Always warn the user that this file may harm their
|
|
|