in reply to Re: Display bundled html files on MetaCPAN
in thread Display bundled html files on MetaCPAN

MetaCPAN does recognize content types for images, as for example in Prima's form builder, so maybe they could be nudged into mapping .html files to Content-type: text/html.

This has XSS implications.

  • Comment on Re^2: Display bundled html files on MetaCPAN

Replies are listed 'Best First'.
Re^3: Display bundled html files on MetaCPAN
by LanX (Saint) on Mar 10, 2023 at 18:39 UTC
    > This has XSS implications

    I'm sure I was able to trigger a referring of HTML files on GitHub.

    So either

    • they ignore XSS,
    • they have found a way to control it or
    • or they delegate the responsibility to the user who clicked the button

    Cheers Rolf
    (addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
    Wikisyntax for the Monastery

      GitHub have a whole different domain name (raw.githubusercontent.com) for serving raw HTML files, meaning that HTML served that way can't access Github's cookies, etc.