One of my clients is performing security scans of our K13 asp net core app. They found a line in
/_content/Kentico.Content.Web.Rcl/Scripts/jquery-3.5.1.js
which is hit by their security scanners:
//https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/
because it contains the url blindsignals.com. I know this sounds strange, but is there any way I can change that line? In asp.net you could overwrite the files by registering your own bundle. But in asp net core there is no server side bundeling anymore.
Thanks and best regards
Did you try this from the documentation(at the bottom of the page if the link doesn't go directly)?
Thanks for that link. I managed to remove those files but they were not loaded. So I included them manually.
Please, sign in to be able to submit a new answer.