Open
Description
Would it be possible to add a flag to load from cdnjs rather than embedding the whole JS on the html?
As a example:
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.21/js/jquery.dataTables.min.js" integrity="sha512-BkpSL20WETFylMrcirBahHfSnY++H2O1W+UnEEO4yNIl+jI2+zowyoGJpbtk6bx97fBXf++WJHSSK2MV4ghPcg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/datatables-buttons/2.4.3/js/dataTables.buttons.min.js" integrity="sha512-ARfw9ACvbrDslvZAGzkJwl1iaFoGg61e7fTzoje0hovrNjnkeFWXjyhdxPz+39KaibFnqsMJqjtSal3vXra5GQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
Metadata
Metadata
Assignees
Labels
No labels