[1.9] clearify description of xss security settings (#1566)

* clearify description of xss security settings

* fix typo

Co-Authored-By: Rotzbua <Rotzbua@users.noreply.github.com>
This commit is contained in:
Rotzbua
2019-01-01 10:44:10 +01:00
committed by Andy Miller
parent 345197f95f
commit a2097336d3

View File

@@ -760,20 +760,20 @@ PLUGIN_ADMIN:
SCHEDULER_CRON_NA: "Cron Not Available"
SCHEDULER_NOT_ENABLED: "Not Enabled"
SCHEDULER_SETUP: "Scheduler Setup"
SCHEDULER_INSTRUCTIONS: "The <b>Grav Scheduler</b> allow you to create and schedule custom jobs. It also provides a method for Grav plugins to integrate programatically and dynamically add jobs to be run periodically."
SCHEDULER_INSTRUCTIONS: "The <b>Grav Scheduler</b> allows you to create and schedule custom jobs. It also provides a method for Grav plugins to integrate programmatically and dynamically add jobs to be run periodically."
SCHEDULER_POST_INSTRUCTIONS: "To enable the Scheduler's functionality, you must add the <b>Grav Scheduler</b> to your system's crontab file. Run the command above from the terminal to add it automatically. Once saved, refresh this page to see the status Ready."
SCHEDULER_JOBS: "Custom Scheduler Jobs"
SCHEDULER_STATUS: "Scheduler Status"
SECURITY: "Security"
XSS_SECURITY: "XSS Security"
XSS_SECURITY: "XSS Security for Content"
XSS_WHITELIST_PERMISSIONS: "Whitelist Permissions"
XSS_WHITELIST_PERMISSIONS_HELP: "Users with these permissions will skip the XSS rules when saving content"
XSS_ON_EVENTS: "On-events"
XSS_INVALID_PROTOCOLS: "Invalid protocols"
XSS_ON_EVENTS: "Filter On-events"
XSS_INVALID_PROTOCOLS: "Filter Invalid protocols"
XSS_INVALID_PROTOCOLS_LIST: "Invalid protocols list"
XSS_MOZ_BINDINGS: "Moz bindings"
XSS_HTML_INLINE_STYLES: "HTML inline styles"
XSS_DANGEROUS_TAGS: "Dangerous HTML tags"
XSS_MOZ_BINDINGS: "Filter Moz bindings"
XSS_HTML_INLINE_STYLES: "Filter HTML inline styles"
XSS_DANGEROUS_TAGS: "Filter Dangerous HTML tags"
XSS_DANGEROUS_TAGS_LIST: "Dangerous HTML tags list"
XSS_ONSAVE_ISSUE: "Save failed: XSS issue detected..."
XSS_ISSUE: "<strong>NOTICE:</strong> Grav found potential XSS issues in <strong>%s</strong>"