mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
*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>
8 lines
313 B
Rust
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;
|