https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42047 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement allows you release notes| |to override any of the HTML | |scrubber (C4::Scrubber) | |settings using a file | |called "html_scrubber.yaml" | |which is located in the | |same directory as your | |koha-conf.xml file. | | | |This allows libraries to | |override existing | |configurations in the event | |that they're not permissive | |enough (or are too | |permissive). | | | |Example for kohadev | |instance, only allow div | |tags: | | | |File to create: | |/etc/koha/sites/kohadev/htm | |l_scrubber.yaml | | | |Contents of the file: | | | |record_display: | | allow: ["div"] --- Comment #7 from David Nind <david@davidnind.com> --- Thanks David! I added the test plan to the patch. David -- You are receiving this mail because: You are watching all bug changes.