Check type before potentially mangling HTML in a PhutilSafeHTML element.
For now, do not try to apply this renderer when not dealing with a plain string.
Closes T15802
Differential D25605
PhutilRemarkupHexColorCodeRule: Do not assume that parameter is a string aklapper on Apr 29 2024, 20:23. Authored by
Details
Check type before potentially mangling HTML in a PhutilSafeHTML element. Closes T15802 After deleting the corresponding MarkupCache via DELETE FROM phabricator_cache.cache_markupcache WHERE cacheData LIKE "%whatever description on the page%"; check the description of a page, e.g. of /config/edit/security.require-https/ or /config/edit/storage.default-namespace/.
Diff Detail
Event TimelineComment Actions Interesting. Thanks. Added minor tip.
|