Unplanned
Last Updated: 08 Apr 2020 14:08 by ADMIN
Doug
Created on: 06 Jan 2016 15:43
Category: ScriptManager
Type: Feature Request
1
Add CDN support for the integrity and crossorigin attributes
When you pull in BootStrap there are additional attributes such as 'crossorigin="anonymous"  and integrity="...."  '
How can these be added to Script Manager and CSS manager?
Likewise, there would a separation between bootstraps layout and the skin that Telerik an provide. This gives the advantage of it being BootStrap compliant, but with all the skins that Telerik offer, making re-skinning easier. This is one of the biggest bug bares of designing a site with Telerik, is the post-production work on CSS by a third party, as its not 'standards compliant'  by which they mean its not like a normal Bootstrap site that they are familiar with.
Thanks
Doug



<link rel="stylesheet" href=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css 

integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" 

crossorigin="anonymous">
<link rel="stylesheet" href=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css 

integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" 

crossorigin="anonymous">
<script src=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js 

integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" 

crossorigin="anonymous"></script>
1 comment
ADMIN
Peter Milchev
Posted on: 06 Mar 2020 12:32

Hello,

Please follow the other Feature request for Subresource Integrity:

Regards,
Peter Milchev
Progress Telerik

Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.