I'm moving a documents to a new site and have configured the site using recommendations for CSP. I'm finding that the HTML documents generated from reStructuredText source all contain references to the old URL http://docutils.sourceforge.net/.
Would it be safe to update all of these to https://docutils.sourceforge.io/ since that's where the above redirects to?
On the surface, it seems like an "easy fix" and would mean that the generated code no longer contains the insecure "http"...
Thank you for the report.
The URLs were updated 2022-01-22 in [r8956].
Using Docutils 0.19 or a repository snapshot should solve your issue.
Related
Commit: [r8956]