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

 

相关文章

本篇内容主要讲解“gitee如何上传代码”,感兴趣的朋友不妨来...
这篇“从gitee上下的代码如何用”文章的知识点大部分人都不太...
这篇文章主要介绍“gitee如何下载仓库里的项目”,在日常操作...
本篇内容主要讲解“怎么在Gitee上更新代码”,感兴趣的朋友不...
本文小编为大家详细介绍“怎么将工程托管到gitee”,内容详细...
这篇文章主要介绍了gitee中图片大小如何调整的相关知识,内容...