0.1.1 • Published 9 years ago

use-https v0.1.1

Weekly downloads
1,737
License
MIT
Repository
github
Last release
9 years ago

use-https

Determine whether scripts need to be loaded over HTTPS for the page to remain secure.

Installation

$ component install segmentio/use-https

Example

At https://example.com...

var https = require('use-https');

https(); // true
https('//site.com'); // "https://site.com"

API

useHttps()

Return a Boolean of whether you need to load any scripts over HTTPS to keep the document secure.

useHttps(agnosticUrl)

Return the agnosticUrl (starts with //) with either https: or http: prepended as the protocol.

License

MIT