mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Address PR comments
- Remove fn `url_is_local` - Remove fn `set_local_urls_only` - Fix `test_fetch_with_local_urls_only`
This commit is contained in:
parent
6576fde29b
commit
3ec4515a73
3 changed files with 12 additions and 17 deletions
|
@ -257,8 +257,4 @@ impl Request {
|
|||
_ => false
|
||||
}
|
||||
}
|
||||
|
||||
pub fn set_local_urls_only(&mut self, local_urls_only: bool) {
|
||||
self.local_urls_only = local_urls_only;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue