force https for blob url in _frame.js. Updates helmet to allow more inspectlet domains.
This commit is contained in:
@ -132,7 +132,8 @@ var trusted = [
|
||||
'wss://inspectletws.herokuapp.com/',
|
||||
'http://hn.inspectlet.com/',
|
||||
'*.googleapis.com',
|
||||
'*.gstatic.com'
|
||||
'*.gstatic.com',
|
||||
'https://hn.inspectlet.com/'
|
||||
];
|
||||
|
||||
app.use(helmet.csp({
|
||||
|
Reference in New Issue
Block a user