Skip to content
  • IKEDA Soji's avatar
    [bug] Links in sanitized HTML were factually ignored at all: · 6971f7c9
    IKEDA Soji authored
    Links to images (src attributes) were limited to be under wwsympa_url;
    links to other pages (href attributes) were simply inhibited.
    
    Fixed by defusing restrictions so that links with the same origin
    (roughly, host part) as wwsympa_url will be allowed.
    6971f7c9