mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-09 20:52:39 +01:00
static require cryptofill for Edge
This commit is contained in:
parent
6fd3019aba
commit
c146c584f6
@ -46,7 +46,7 @@ async function checkCrypto() {
|
||||
return true;
|
||||
} catch (err) {
|
||||
try {
|
||||
await import('./cryptofill');
|
||||
require('./cryptofill');
|
||||
return true;
|
||||
} catch (e) {
|
||||
return false;
|
||||
|
@ -54,8 +54,6 @@ module.exports = function(app) {
|
||||
return `'nonce-${req.cspNonce}'`;
|
||||
}
|
||||
],
|
||||
styleSrc: ["'self'", 'https://code.cdn.mozilla.net'],
|
||||
fontSrc: ["'self'", 'https://code.cdn.mozilla.net'],
|
||||
formAction: ["'none'"],
|
||||
frameAncestors: ["'none'"],
|
||||
objectSrc: ["'none'"],
|
||||
|
Loading…
Reference in New Issue
Block a user