1.0.1 • Published 4 years ago

proxying-user-agents v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Proxying User Agents

This is a list of user agents (Mail clients) that download images using a proxy, and not directly from user's device (Making it impossible to detect user's location).

Usage

const isProxying = require("proxying-user-agents")
const userAgent = "insert-mail-client-user-agent-here"
console.log(isProxying(userAgent)) // returns true if it uses proxies to download images