Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[configuration] Escape values in config module #8901

Merged
merged 1 commit into from
Sep 28, 2023

Commits on Sep 28, 2023

  1. [configuration] Escape values in config module

    PR#8759 converted the escape module to use unsafeInsert/update
    to save data and prevent double escaping issues. The usages of
    the textarea were audited to make sure they were properly escaped,
    however the value is also displayed in the configuration module
    itself. Until the module is updated from smarty to react (PR#8471),
    they need to be escaped in the config module itself.
    
    This adds escaping to the config module smarty template.
    driusan committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    cb4445d View commit details
    Browse the repository at this point in the history