basic-integrity: comment about relative IRLs (ref. #70)

merge-requests/23/head
Michał 'rysiek' Woźniak 2023-10-07 22:25:57 +00:00
rodzic dfd07201eb
commit fb63efbaa6
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,7 @@
}
// do we have integrity data in config?
// TODO: how should we treat relative URLs? how does regular fetch() treat them
if (url in config.integrity) {
integrity += ' ' + config.integrity[url]
}