https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39860
--- Comment #57 from David Cook <[email protected]> --- (In reply to Lucas Gass (lukeg) from comment #56) > David, > > I have written a more comprehensive allow list for 'record display'. It is > based on the elements I find in the details and results pages. The idea is > to be able to use the elements I find there to create similar custom > displays. I've sent you some feedback on Mattermost. Overall, I think it's looking OK although there are some rules missing for elements like "img" and the table related elements. Are you sure that you can use regex for the key names in the rules? A glance at HTML::Scrubber source code suggests that won't work. I would suggest adding a unit test for the C4/Scrubber.pm to test your profile to make sure it's working the way you expect it to work. Overall, I think it's looking good though. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
