Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

grunt-injector-proxy

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-injector-proxy

Insert html strings into proxied documents

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
4
Maintainers
3
Weekly downloads
 
Created
Source

grunt-injector-proxy

Insert content into proxied documents

Inject Task

The default task is the injectorProxy task. It starts the injecting proxy server on ports 80 and 443, so you must run this command as root:

sudo grunt injectorProxy

Example

grunt.initConfig({
  injectorProxy: {
    options: {
        contentPath: 'static/content.html',
        keepalive: true
    },
  },
});

Options

options.contentPath

Type: String Default value: static/content.html

A path to a file with the content that you wish to inject into proxied pages

options.keepalive

Type: boolean Default value: false

Keywords

gruntplugin

FAQs

Package last updated on 15 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts