Files
servo/components/script/dom/security/mod.rs
dyegoaurelio ab5fbad90c script: Move CSP DOM interfaces to script/dom/security (#40843)
*Describe the changes that this pull request makes here. This will be
the commit message.*
Move CSP DOM interfaces to `script/dom/security`


Testing: Just a refactor, it doesn't require tests
Fixes: part of #38901

Signed-off-by: Dyego Aurélio <dyegoaurelio@gmail.com>
2025-11-24 11:48:06 +00:00

8 lines
313 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 securitypolicyviolationevent;