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

pull/906/head
El RIDO 2022-03-27 08:28:10 +02:00
commit 82be7c6354
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

View File

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