@ladjs/proxy
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -59,3 +59,8 @@ const process = require('node:process'); | ||
router.use((request, response) => { | ||
response.end(); | ||
// X-Robots-Tag | ||
// <https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag> | ||
response.writeHead(200, { | ||
'X-Robots-Tag': 'noindex' | ||
}); | ||
response.end('OK'); | ||
}); | ||
@@ -62,0 +67,0 @@ |
{ | ||
"name": "@ladjs/proxy", | ||
"description": "Proxy for Lad", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
6855
78