mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-21 13:14:36 -04:00
Remove old chrome extension IDs and add new official extension ID
This commit is contained in:
parent
98591c3bc0
commit
28a67f9957
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@
|
||||||
const QString HostInstaller::HOST_NAME = "org.keepassxc.keepassxc_browser";
|
const QString HostInstaller::HOST_NAME = "org.keepassxc.keepassxc_browser";
|
||||||
const QStringList HostInstaller::ALLOWED_ORIGINS = QStringList()
|
const QStringList HostInstaller::ALLOWED_ORIGINS = QStringList()
|
||||||
<< "chrome-extension://iopaggbpplllidnfmcghoonnokmjoicf/"
|
<< "chrome-extension://iopaggbpplllidnfmcghoonnokmjoicf/"
|
||||||
<< "chrome-extension://fhakpkpdnjecjfceboihdjpfmgajebii/"
|
<< "chrome-extension://oboonakemofpalcgghocfoadofidjkkk/";
|
||||||
<< "chrome-extension://jaikbblhommnkeialomogohhdlndpfbi/";
|
|
||||||
|
|
||||||
const QStringList HostInstaller::ALLOWED_EXTENSIONS = QStringList()
|
const QStringList HostInstaller::ALLOWED_EXTENSIONS = QStringList()
|
||||||
<< "keepassxc-browser@keepassxc.org";
|
<< "keepassxc-browser@keepassxc.org";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue