diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md
index b4b2d38cae..8b694888e2 100644
--- a/docs/QUICKSTART.md
+++ b/docs/QUICKSTART.md
@@ -24,9 +24,10 @@ for all your websites, programs, etc.
## Setting up Browser Integration with KeePassXC
* *Within KeePassXC*, go to **Tools->Settings** (on macOS, go to **KeePassXC->Preferences**.)
-* In **Browser Integration**, check **Enable KeePassHTTP server**
+* In **Browser Integration**, check **Enable KeePassXC browser integration**
+* Right below that, click the checkbox for the browser(s) you use
Leave the other options at their defaults.
-* *In your default web browser,* install the KeePassHTTP-Connector extension/add-on. Instructions for [Firefox](https://addons.mozilla.org/en-US/firefox/addon/keepasshttp-connector/?src=api) or [Chrome](https://chrome.google.com/webstore/detail/keepasshttp-connector/dafgdjggglmmknipkhngniifhplpcldb?utm_source=chrome-app-launcher-info-dialog)
+* *In your default web browser,* install the KeePassXC Browser extension/add-on. Instructions for [Firefox](https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/) or [Chrome](https://chrome.google.com/webstore/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk)
* Click the KeePassXC icon in the upper-right corner. You'll see the dialog below.
* Click the blue Connect button to make the browser extension connect to the KeePassXC application.
diff --git a/src/gui/MainWindow.cpp b/src/gui/MainWindow.cpp
index 182696b168..8549d8f821 100644
--- a/src/gui/MainWindow.cpp
+++ b/src/gui/MainWindow.cpp
@@ -369,9 +369,6 @@ MainWindow::MainWindow()
"There is a high risk of corruption, maintain a backup of your databases.\n"
"This version is not meant for production use."),
MessageWidget::Warning, -1);
-#else
- // Show the HTTP deprecation message if enabled above
- emit m_ui->globalMessageWidget->hideAnimationFinished();
#endif
}
@@ -379,20 +376,6 @@ MainWindow::~MainWindow()
{
}
-void MainWindow::showKeePassHTTPDeprecationNotice()
-{
- int warningNum = config()->get("Http/DeprecationNoticeShown", 0).toInt();
- displayGlobalMessage(tr("
It looks like you are using KeePassHTTP for browser integration. "
- "This feature has been deprecated and will be removed in the future.
"
- "Please switch to KeePassXC-Browser instead! For help with migration, "
- "visit our "
- "migration guide (warning %1 of 3).