mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 23:18:39 +03:00
fixed for id/edge and removed some html
This commit is contained in:
@@ -8,7 +8,6 @@ $(document).ready(function() {
|
||||
gcmCompliant().catch(err => {
|
||||
$('#page-one').hide();
|
||||
$('#compliance-error').show();
|
||||
$('#compliance-error .send-new').hide()
|
||||
})
|
||||
|
||||
// reset copy button
|
||||
|
||||
@@ -46,7 +46,8 @@ function gcmCompliant() {
|
||||
{
|
||||
name: 'AES-GCM',
|
||||
iv: window.crypto.getRandomValues(new Uint8Array(12)),
|
||||
additionalData: window.crypto.getRandomValues(new Uint8Array(6))
|
||||
additionalData: window.crypto.getRandomValues(new Uint8Array(6)),
|
||||
tagLength: 128
|
||||
},
|
||||
key,
|
||||
new ArrayBuffer(8)
|
||||
|
||||
Reference in New Issue
Block a user