/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script/dom/security/mod.rs
10 строк
408 B
Kingsley Yung
script: Initialize Sanitizer API implementation (#44198)
16 апр 2026, 13:31
Не верифицирован
16 апр 2026, 13:31
b23ee51
Код
Авторство
О чём код?
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ pub(crate) mod csp; pub(crate) mod csppolicyviolationreport; pub(crate) mod cspviolationreporttask; pub(crate) mod sanitizer; pub(crate) mod securitypolicyviolationevent; pub(crate) mod xframeoptions;