File Extensions are components used in File Policies. File extensions match the final right-hand component of a file name.
Example:
my_word_document.doc
The file extension here is .doc
my_word.document.doc.zip
This file extension here is .zip
Adding Extensions
When adding extensions, do not include the . before the extension name.
| Correct | Incorrect |
| doc | .doc |
Wildcards
You may use wildcards. Example: doc*
You may also use pattern matching: pp[ts] will match pps and ppt.
Allow by Default
If selected, this will allow the extension for all new policies.
Editing: Apply Change to All Existing File Policies
If selected, this will update all existing file policies to match the default values that are being set during the edit.
0 Comments