spartan-shield
Version:
nodejs project to package and configure common security middleware.
16 lines • 685 B
JSON
{
"origin": ["'https://localhost:8080'"],
"host": ["'localhost:8080'"],
"referers": [ "'http://localhost:3000'",
"'https://localhost:8080/'",
"'https://localhost:8080/login'",
"'http://localhost:3000/login'",
"'https://localhost:8080/register'",
"'http://localhost:3000/register'",
"'https://localhost:8080/thanks'",
"'http://localhost:3000/thanks'",
"'https://localhost:8080/profile'",
"'http://localhost:3000/profile'"
],
"csp": "'secJson.securityHeaders.config.csp'"
}