1
0

switch blob protocol to pwblob:

Dieser Commit ist enthalten in:
Paul Frazee
2015-08-06 22:38:06 -05:00
Ursprung 9201f5c786
Commit 2cb3b10e4d
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@@ -159,7 +159,7 @@ module.exports = function (sbot, config) {
}
// blob url parser
var re = /^blob:&([a-z0-9\+\/=]+\.(?:sha256|blake2s))\??(.*)$/i
var re = /^pwblob:&([a-z0-9\+\/=]+\.(?:sha256|blake2s))\??(.*)$/i
var url_parse =
module.exports.url_parse = function (str) {
var parts = re.exec(str)