mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Bug 1394399 - Default Request.credentials to "same-origin" instead of "omit"
Issue #389
This commit is contained in:
parent
8b9da6442c
commit
663291455b
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ Request::Constructor(const GlobalObject& aGlobal,
|
|||
RequestCache fallbackCache = RequestCache::EndGuard_;
|
||||
if (aInput.IsUSVString()) {
|
||||
fallbackMode = RequestMode::Cors;
|
||||
fallbackCredentials = RequestCredentials::Omit;
|
||||
fallbackCredentials = RequestCredentials::Same_origin;
|
||||
fallbackCache = RequestCache::Default;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue