r3c / criteo-proofpoint-js

Criteo JS API for ProofPoint URL defense

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Criteo JS API for ProofPoint URL defense Build Status

Install

npm install criteo-proofpoint

Usage

var proofPointDecode = require('criteo-proofpoint');

// Returns decoded URL if protected by ProofPoint, original URL otherwise
var decodedUrl = proofPointDecode('http://some-url');

License

MIT

About

Criteo JS API for ProofPoint URL defense


Languages

Language:JavaScript 100.0%