微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

subresource integrity and autocrlf in git

https://github.com/dotnet/aspnetcore/pull/20356

https://github.com/dotnet/aspnetcore/blob/main/.gitattributes

https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes

https://www.w3.org/TR/SRI/

http://web.archive.org/web/20150912185006/http://adaptivepatchwork.com:80/2012/03/01/mind-the-end-of-your-line/

https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings

https://github.com/dotnet/aspnetcore/commit/a46272f02800d65b86cb1da3b8fc802c37b80785?branch=a46272f02800d65b86cb1da3b8fc802c37b80785&diff=split

https://github.com/dotnet/aspnetcore/commit/d2f3d80c19d93e5d1cd0a12b3194478f7b81bca8?branch=d2f3d80c19d93e5d1cd0a12b3194478f7b81bca8&diff=split

https://github.com/dotnet/aspnetcore/pull/36115

https://github.com/dotnet/aspnetcore/pull/20537

 

###############################################################################
# Make sure jQuery files always have LF as line endings (to pass SRI checks)
###############################################################################
jquery*.js eol=lf
jquery*.map eol=lf
###############################################################################
# Make sure bootstrap files always have LF as line endings (to pass SRI checks)
###############################################################################
bootstraP*.js eol=lf
bootstraP*.map eol=lf

bootstraP*.css eol=lf

 

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐