The class is very small in size and follows industry security standards.Can protect the user by invalidating all login cookies when the user's PC or the login cookie is stolen.Will also prevent attackers that stole the database of login tokens by...

read more

Reads and outputs dialplan details like extension number, priority, application, etc..Also contains "Builder" classes that consumes the parser events and some classes that represent dial plan objects: Contexts, Extensions, Applications and Menus.Examples...

read more
Sanitize.js

Sanitize.js 1.0.0

Works on the whitelist principle.It will expect a list of acceptable HTML elements and attributes.Then when pointed to a DOM node, Sanitize.js will remove all unacceptable HTML from that node.Sanitize.js has no trouble dealing with malformed or...