Skip to content

Commit

Permalink
Merge pull request #1761 from keepassxreboot/fix/remove_request_id
Browse files Browse the repository at this point in the history
Remove requestId from retrieve credentials request
  • Loading branch information
varjolintu authored Oct 30, 2022
2 parents 1b4aaf5 + b646a42 commit af7e368
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions keepassxc-browser/background/keepass.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ keepass.retrieveCredentials = async function(tab, args = []) {
keys: keys
};

if (keepass.compareVersion('2.7.2', keepass.currentKeePassXC)) {
messageData.requestID = keepassClient.getRequestId();
}

if (submiturl) {
messageData.submitUrl = submiturl;
}
Expand Down
4 changes: 2 additions & 2 deletions keepassxc-browser/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.8.3",
"version_name": "1.8.3",
"version": "1.8.3.1",
"version_name": "1.8.3.1",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "KeePassXC-Browser",
"version": "1.8.3",
"version": "1.8.3.1",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
Expand Down

0 comments on commit af7e368

Please sign in to comment.