0.0.5 • Published 9 years ago

prerender-useragent-passthrough v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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'));
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago