MCPcopy
hub / github.com/xcanwin/KeepChatGPT / buildBlockedTrackingResponse

Function buildBlockedTrackingResponse

KeepChatGPT.user.js:443–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

441 };
442
443 const buildBlockedTrackingResponse = function () {
444 return new Response(null, {
445 status: 204,
446 statusText: "No Content",
447 headers: {
448 "Content-Type": "text/plain; charset=utf-8",
449 "X-KeepChatGPT-Blocked": "tracking",
450 },
451 });
452 };
453
454 const setIfr = function (u = "") {
455 if ($("#xcanwin") === null) {

Callers 1

hookFetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected