Files
servo/components/script/dom/security/mod.rs
Tim van der Lippe d0d84f40c7 script: Move CSPViolationReportTask (#43269)
This was the only struct leftover in security_manager. Therefore, this
both moves and renames the files.

Part of #38901

Testing: It compiles

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
2026-03-14 19:43:24 +00:00

9 lines
352 B
Rust

/* 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 securitypolicyviolationevent;