Skip to content

Commit

Permalink
[1.9] clearify description of xss security settings (#1566)
Browse files Browse the repository at this point in the history
* clearify description of xss security settings

* fix typo

Co-Authored-By: Rotzbua <Rotzbua@users.noreply.github.com>
  • Loading branch information
Rotzbua authored and rhukster committed Jan 1, 2019
1 parent 345197f commit a209733
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions languages/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down

0 comments on commit a209733

Please sign in to comment.