mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
updated basic auth cache to key off of url origin
This commit is contained in:
parent
e3d946bb29
commit
82e45a403f
4 changed files with 9 additions and 8 deletions
|
@ -466,7 +466,7 @@ impl AuthCache {
|
|||
#[derive(RustcDecodable, RustcEncodable, Clone)]
|
||||
pub struct AuthCache {
|
||||
pub version: u32,
|
||||
pub entries: HashMap<Url, AuthCacheEntry>,
|
||||
pub entries: HashMap<String, AuthCacheEntry>,
|
||||
}
|
||||
|
||||
pub struct CoreResourceManager {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue