mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
Remove DDG forwarder from SH (#3888)
This commit is contained in:
@@ -46,6 +46,11 @@ export class GeneratorComponent extends BaseGeneratorComponent {
|
||||
this.forwardOptions.findIndex((o) => o.value === "firefoxrelay"),
|
||||
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
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user