mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Remove a safari hack (#224)
This commit is contained in:
@@ -1318,7 +1318,7 @@ export class ApiService implements ApiServiceAbstraction {
|
||||
}
|
||||
|
||||
private getCredentials(): RequestCredentials {
|
||||
if (this.device !== DeviceType.SafariExtension && (!this.isWebClient || this.usingBaseUrl)) {
|
||||
if (!this.isWebClient || this.usingBaseUrl) {
|
||||
return 'include';
|
||||
}
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user