From 1c50488503decfd7ef4456d8bc91cc00ffa18f57 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sat, 6 Oct 2018 16:38:16 -0600 Subject: [PATCH] new lang codes for security section --- languages/en.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/languages/en.yaml b/languages/en.yaml index 64f4555a..f60db4e8 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -765,5 +765,8 @@ PLUGIN_ADMIN: XSS_DANGEROUS_TAGS_LIST: "Dangerous HTML tags list" XSS_ONSAVE_ISSUE: "Save failed: XSS issue detected..." XSS_ISSUE: "NOTICE: Grav found potential XSS issues in %s" + UPLOADS_SECURITY: "Uploads Security" + UPLOADS_DANGEROUS_EXTENSIONS: "Dangerous Extensions" + UPLOADS_DANGEROUS_EXTENSIONS_HELP: "Block these extensions from being uploaded no matter the accepted MIME types"