24
1
Fork 0

make ece encrypt key extractable for Edge

This commit is contained in:
Danny Coates 2018-07-31 15:37:04 -07:00
parent 4fabd539d1
commit a0edff1ead
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class ECETransformer {
name: 'AES-GCM',
length: 128
},
false,
true, // Edge polyfill requires key to be extractable to encrypt :/
['encrypt', 'decrypt']
);
}