fastify-floc-off
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "fastify-floc-off", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Fastify plugin to opt out of Google's FLoC advertising-surveillance network", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,3 +7,3 @@ const fp = require("fastify-plugin"); | ||
* to the Permissions-Policy response header. | ||
* @param {object} server - Fastify instance. | ||
* @param {import("fastify").FastifyInstance} server - Fastify instance. | ||
*/ | ||
@@ -10,0 +10,0 @@ async function fastifyFlocOff(server) { |
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
5616