https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42047 --- Comment #5 from David Nind <david@davidnind.com> --- Created attachment 196986 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196986&action=edit Bug 42047: Override configuration using html_scrubber.yaml This patch allows you to override any of the C4::Scrubber settings using a file called "html_scrubber.yaml" which is to be located in the same directory as your koha-conf.xml file. This allows people to override existing configurations in the event that they're not permissive enough (or are too permissive) e.g. The following YAML placed at /etc/koha/sites/kohadev/html_scrubber.yaml would make the additional_content scrubber only allow "div" Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.