Coder Social home page Coder Social logo

fingerprintjs / fingerprintjs-pro-cloudflare-worker Goto Github PK

View Code? Open in Web Editor NEW
21.0 9.0 5.0 1.47 MB

The Cloudflare worker is responsible for delivering the latest fingerprinting client-side logic and proxying identification requests and responses between your site and Fingerprint Pro's APIs.

Home Page: https://dev.fingerprint.com/docs/cloudflare-integration

License: MIT License

JavaScript 4.47% TypeScript 94.82% Shell 0.70%
cloudflare cloudflare-workers fingerprint fingerprintjs

fingerprintjs-pro-cloudflare-worker's Introduction

Fingerprint logo

Current NPM version coverage MIT license Discord server

Fingerprint Pro Cloudflare worker

Fingerprint is a device intelligence platform offering 99.5% accurate visitor identification.

Fingerprint Pro Cloudflare Integration is responsible for

  • Proxying download requests of the latest Fingerprint Pro JS Agent between your site and Fingerprint CDN.
  • Proxying identification requests and responses between your site and Fingerprint Pro's APIs.

This improves both accuracy and reliability of visitor identification and bot detection on your site.

Requirements

See the Cloudflare integration guide for more details.

How to install

You can install the Cloudflare integration using an installation wizard in the Fingerprint dashboard.

See the Cloudflare integration guide for more details.

Support

To report problems, ask questions or provide feedback, please use Issues. If you need private support, you can email us at [email protected].

License

This project is licensed under the MIT license. See the LICENSE file for more info.

fingerprintjs-pro-cloudflare-worker's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar ilfa avatar makma avatar necipallef avatar orkuncakilkaya avatar semantic-release-bot avatar sshelomentsev avatar theunderscorer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fingerprintjs-pro-cloudflare-worker's Issues

CF-worker: Remove psl code from index.js and add it as a dependency

We use psl library to retrieve domain name from URL.
Currently, psl code is locates directly in the source code of cf-worker (https://github.com/necipallef2/cf_worker).

We need to put the library as an external dependency in package.json for better maintenance of the source code.

Psl links:
https://github.com/lupomontero/psl/
https://www.npmjs.com/package/psl

Update:
Psl library has outdated public suffix list of domain.

Up-to-date version can be found at https://publicsuffix.org/list/

Bug with `getEffectiveTLDPlusOne`

getEffectiveTLDPlusOne parses incorrectly when a TLD+2 domain may resemble but not exactly match the input.

Steps to repro:

getEffectiveTLDPlusOne('jurajuhlar.com')

Expected:

'jurajuhlar.com'

Actual:

''

Reason:
'jurajuhlar.com' gets matched with ar.com TLD.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.