mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix concept-headers-append
This commit is contained in:
parent
80a140e82f
commit
e4a4f60c53
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ impl HeadersMethods for Headers {
|
|||
};
|
||||
|
||||
// Step 5
|
||||
if self.guard.get() != Guard::RequestNoCors {
|
||||
if self.guard.get() == Guard::RequestNoCors {
|
||||
self.remove_privileged_no_cors_request_headers();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue