diff --git a/src/browser/BrowserService.cpp b/src/browser/BrowserService.cpp index 1e11f6cee..28c02b26c 100644 --- a/src/browser/BrowserService.cpp +++ b/src/browser/BrowserService.cpp @@ -897,16 +897,6 @@ void BrowserService::addEntry(const EntryParameters& entryParameters, const QString host = QUrl(entryParameters.siteUrl).host(); const QString submitHost = QUrl(entryParameters.formUrl).host(); - BrowserEntryConfig config; - config.allow(host); - - if (!submitHost.isEmpty()) { - config.allow(submitHost); - } - if (!entryParameters.realm.isEmpty()) { - config.setRealm(entryParameters.realm); - } - config.save(entry); if (downloadFavicon && m_currentDatabaseWidget) { m_currentDatabaseWidget->downloadFaviconInBackground(entry);