Comparing version 9.1.0 to 9.2.0
@@ -31,2 +31,4 @@ // TODO: Expose this like webpack-dev-server middleware | ||
if (cors) { | ||
res.setHeader('Access-Control-Allow-Headers', 'Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With') | ||
res.setHeader('Access-Control-Allow-Methods', 'GET, PUT, POST') | ||
res.setHeader('Access-Control-Allow-Origin', '*') | ||
@@ -33,0 +35,0 @@ } |
{ | ||
"name": "budo", | ||
"version": "9.1.0", | ||
"version": "9.2.0", | ||
"description": "a browserify server for rapid prototyping", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34597
820