/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/output-html-integrity/src/authored.html
10 строк
178 B
Alexander Akait
fix(html): correct output.html.integrity and extend SRI to preload hints (#21368)
09 июл 2026, 12:38
Не верифицирован
09 июл 2026, 12:38
d7c39ba
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <script src="./authored-entry.js" integrity="sha384-authorPlaceholderValueThatMustBeReplaced" ></script> </head> <body></body> </html>