mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Added some same-origin-domain checks.
This commit is contained in:
parent
628cd7de6d
commit
1f61a549a3
45 changed files with 223 additions and 348 deletions
|
@ -28,6 +28,8 @@ use std::path::Path;
|
|||
use std::sync::Arc;
|
||||
use url::{Url, Position};
|
||||
|
||||
pub use url::Host;
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
pub struct ServoUrl(Arc<Url>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue