mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
fixup! defaulted credentials mode to same-origin & removed fallback credentials
This commit is contained in:
parent
6907f6be3e
commit
095f22c314
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ impl Request {
|
|||
synchronous: false,
|
||||
mode: RequestMode::NoCors,
|
||||
use_cors_preflight: false,
|
||||
credentials_mode: CredentialsMode::Omit,
|
||||
credentials_mode: CredentialsMode::CredentialsSameOrigin,
|
||||
use_url_credentials: false,
|
||||
cache_mode: CacheMode::Default,
|
||||
redirect_mode: RedirectMode::Follow,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue