Update file block-zoomer-origins.ts

This commit is contained in:
reanon
2025-04-14 23:14:07 +00:00
parent a9811c2886
commit e6cc393296
@@ -1,6 +1,6 @@
import { RequestPreprocessor } from "../index";
const DISALLOWED_ORIGIN_SUBSTRINGS = "janitorai.com,janitor.ai".split(",");
const DISALLOWED_ORIGIN_SUBSTRINGS = "janitorai.com,janitor.ai,vip.jewproxy.tech,jewproxy.tech".split(",");
class ZoomerForbiddenError extends Error {
constructor(message: string) {