Merge branch 'hardening' of github.com:PrivateBin/PrivateBin into hardening

This commit is contained in:
El RIDO
2022-03-27 08:28:10 +02:00

View File

@@ -2802,7 +2802,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
} }
); );
// Get Blob URL // Get blob URL
return window.URL.createObjectURL(blob); return window.URL.createObjectURL(blob);
} }