wagtail-footnotes
wagtail-footnotes copied to clipboard
The footnotes modal URL is not behind any authentication
trafficstars
I can access /footnotes/footnotes_modal/ without logging in.
No data is exposed, only the basic HTML for the modal is returned so it is essentially a static file (if the {% comment %} tag was removed, it literally could be a static HTML file), so I'm not sure authentication should be required here.
I think it's worth looking into it further.