Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 496 Bytes

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