0.0.5 • Published 8 years ago

prerender-useragent-passthrough v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago