diff --git a/core/docs/changelog.txt b/core/docs/changelog.txt index 307cec5436d..6b890afe73b 100644 --- a/core/docs/changelog.txt +++ b/core/docs/changelog.txt @@ -2,6 +2,7 @@ This file shows the changes in recent releases of MODX. The most current release is usually the development release, and is only shown to give an idea of what's currently in the pipeline. +- Prevent XSS via GET param for manager controller action [#11966] - Fix CRC icons in tree - Refresh/expand appropriate tree node when creating a resource using "quick create" - Limit property set name/description length diff --git a/manager/templates/default/header.tpl b/manager/templates/default/header.tpl index 2cbc5520dfb..fd939af9a0f 100644 --- a/manager/templates/default/header.tpl +++ b/manager/templates/default/header.tpl @@ -17,8 +17,8 @@ {/if} - - + + {if $_config.compress_js && $_config.compress_js_groups}