Add https to helmet whitelist
This commit is contained in:
@ -99,6 +99,8 @@ var trusted = [
|
|||||||
'104.236.218.15',
|
'104.236.218.15',
|
||||||
'*.freecodecamp.com',
|
'*.freecodecamp.com',
|
||||||
'http://www.freecodecamp.com',
|
'http://www.freecodecamp.com',
|
||||||
|
'https://www.freecodecamp.com',
|
||||||
|
'https://freecodecamp.com',
|
||||||
'ws://freecodecamp.com/',
|
'ws://freecodecamp.com/',
|
||||||
'ws://www.freecodecamp.com/',
|
'ws://www.freecodecamp.com/',
|
||||||
'*.gstatic.com',
|
'*.gstatic.com',
|
||||||
|
Reference in New Issue
Block a user