Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
are-you-a-cop
Advanced tools
Blocks cops from visiting your site. If they are they have to tell you.
Package | are-you-a-cop |
Description | Blocks cops from visiting your site. If they are they have to tell you. |
Node Version | >= 0.10 |
var copCheck = require('are-you-a-cop');
var express = require('express');
var app = express();
app.use(copCheck(false));
app.get('/safezone', function(req, res, next){
});
Want to allow cops but still mark the request as .cop = true
? Set the allow
param to true.
app.use(copCheck(true));
Around the world there is one universal constant: If you ask a cop if they are a cop, they have to tell you. What this module does is attach an "X-Are-You-A-Cop" header (RFC520520) to each response. If the requesting party sends back a "X-I-Am-A-Cop" header the request will be flagged as a cop, and you can choose to allow or deny it. Normal users will not be affected by this, but all cops will need to modify their browser to send this legally mandated header.
FAQs
Blocks cops from visiting your site. If they are they have to tell you.
The npm package are-you-a-cop receives a total of 0 weekly downloads. As such, are-you-a-cop popularity was classified as not popular.
We found that are-you-a-cop demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.