]> git.proxmox.com Git - proxmox-backup.git/commitdiff
datastore: allow browsing signed pxar files
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 3 Aug 2020 12:10:46 +0000 (14:10 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Aug 2020 05:27:56 +0000 (07:27 +0200)
just because we can't verify the signature, does not mean the contents
are not accessible. it might make sense to make it obvious with a hint
or click-through warning that no signature verification can take place
or this and downloading.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
www/DataStoreContent.js

index e8690486e2ea3146241027ff9968e25adf4cf61d..62e57817587adf5741b367a358826f25a6d7ab04 100644 (file)
@@ -505,7 +505,7 @@ Ext.define('PBS.DataStoreContent', {
                        return !(data.leaf &&
                            data.filename &&
                            data.filename.endsWith('pxar.didx') &&
-                           data['crypt-mode'] < 2);
+                           data['crypt-mode'] < 3);
                    }
                },
            ]