Hello,
Sometimes we have to add dynamic CDNs or script files to our applications
like:-
<script src="https://maps.googleapis.com/maps/api/js?key="api_key"&callback=initMap&v=weekly" defer></script >
The major reason behind this because some script and CDN files are updating regularly (like maps.googleapis.com ) so to make sure that our code is always up to date there is a way to add URLs of that particular code