mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
Remove DDG forwarder from SH (#3888)
This commit is contained in:
parent
2ffafa1f23
commit
e972e905c8
@ -46,6 +46,11 @@ export class GeneratorComponent extends BaseGeneratorComponent {
|
|||||||
this.forwardOptions.findIndex((o) => o.value === "firefoxrelay"),
|
this.forwardOptions.findIndex((o) => o.value === "firefoxrelay"),
|
||||||
1
|
1
|
||||||
);
|
);
|
||||||
|
// Also cannot use Duck Duck Go on self hosted web vaults due to CORS issues
|
||||||
|
this.forwardOptions.splice(
|
||||||
|
this.forwardOptions.findIndex((o) => o.value === "duckduckgo"),
|
||||||
|
1
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user