prerender-useragent-passthrough

0.0.5 • Public • Published

prerender-useragent-passthrough npm version

A plugin for Prerender which makes it pass through the request user-agent instead of masking it. This is intended for sites that serve different content based on the request user agent.

Usage

Install using NPM

npm install prerender-useragent-passthrough --save

Add this to your Prerender server.js:

server.use(require('prerender-useragent-passthrough'));

Package Sidebar

Install

npm i prerender-useragent-passthrough

Weekly Downloads

8

Version

0.0.5

License

MIT

Last publish

Collaborators

  • itamux