/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/minimize-integrity/src/page.html
8 строк
213 B
Alexander Akait
feat(minify): safe HTML minify transforms, driven by the spec grammars (#21586)
02 авг 2026, 23:06
Не верифицирован
02 авг 2026, 23:06
99dd2c7
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <title>Integrity through minification</title> <script src="./entry.js" integrity="sha384-authorPlaceholderValueThatMustBeReplaced"></script> </head> <body></body> </html>