Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
We should add a config option to the support manager for restricting what extension types can be uploading. It should default to an empty value which allows all extension types. When used it should be a comma separated list of extension types to reject.
When implementing we should make sure that comparisons are case-insensitive.
Rather than exclusionary we might consider a whitelist of extensions to accept.. that's a shorter list in most cases.