Change jquery pagebuilder bundle

CSS Team asked on May 5, 2022 10:49

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

Correct Answer

Zach Perry answered on May 5, 2022 14:43

Did you try this from the documentation(at the bottom of the page if the link doesn't go directly)?

0 votesVote for this answer Unmark Correct answer

Recent Answers


CSS Team answered on May 5, 2022 17:10

Thanks for that link. I managed to remove those files but they were not loaded. So I included them manually.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.