nimbusec-oss / slimerjs-fakeplugin

A firefox/slimerjs plugin that fakes support for PDF, Flash, Java, ...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slimerjs-fakeplugin

These plugins fake support for PDF, Flash and Java so SlimerJS attempts to download them. It is useful when you want to intercept above content in the onResourceReceived callback, but without running the real plugins.

The plugin will not execute or parse any content received, so it should be safe to use in a security sensitive environment.

Building

To build this plugin no special dependencies are required, except a minimal C build chain (make, cc):

make help
make

About

A firefox/slimerjs plugin that fakes support for PDF, Flash, Java, ...

License:MIT License


Languages

Language:C 57.5%Language:Makefile 42.5%