Upgrade web frontend lib for enhanced security (#152)

This commit is contained in:
xueyan.li 2021-09-11 10:21:43 +08:00 committed by GitHub
parent 62ab1625d7
commit 4142f9d03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 5802 additions and 5270 deletions

View File

@ -130,7 +130,7 @@ static const std::string kMainTemplate = R"(
<meta charset='utf-8'/>
<link href='/bootstrap/css/bootstrap.min.css' rel='stylesheet' media='screen' />
<link href='/bootstrap/css/bootstrap-table.min.css' rel='stylesheet' media='screen' />
<script src='/jquery-3.2.1.min.js' defer></script>
<script src='/jquery-3.5.0.min.js' defer></script>
<script src='/bootstrap/js/bootstrap.min.js' defer></script>
<script src='/bootstrap/js/bootstrap-table.min.js' defer></script>
<script src='/starrocks.js' defer></script>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
webroot/be/jquery-3.5.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

11057
webroot/static/jquery.js vendored Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB