mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Replace NetworkError::CorsViolation and NetworkErrorr::SecurityBlock with granular enum variants
Signed-off-by: Uthman Yahaya Baba <uthmanyahayababa@gmail.com>
This commit is contained in:
parent
5f62b175fe
commit
a7fe7cad68
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ pub enum NetworkError {
|
|||
MixedContent,
|
||||
CacheError,
|
||||
InvalidPort,
|
||||
LocalDirectoryError,
|
||||
LocalDirectoryError,
|
||||
}
|
||||
|
||||
impl NetworkError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue