]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
[StoreRemoteMedia] Added documentation for feature which limits the maximum filesize...
authorMiguel Dantas <biodantasgs@gmail.com>
Tue, 23 Jul 2019 10:48:41 +0000 (11:48 +0100)
committerDiogo Cordeiro <diogo@fc.up.pt>
Sat, 3 Aug 2019 16:47:22 +0000 (17:47 +0100)
plugins/StoreRemoteMedia/README

index 2de4ce4541e27ea73301eacd88624e05411f5fef..751a0b402dcbc910b2f30578484241b6df14794b 100644 (file)
@@ -13,6 +13,8 @@ check_blacklist: Whether to check the domain_blacklist.
 domain_whitelist: Array of regular expressions. Always escape your dots and end your strings.
 check_whitelist: Whether to check the domain_whitelist.
 
+max_image_bytes: Max image size. Anything bigger than this is rejected. 10MiB by default
+
 When check_whitelist is set, only images from URLs matching a regex in the
 domain_whitelist array are accepted for local storage. When check_blacklist
 is set, images from URLs matching any regex in the domain_blacklist are