isabella232 / use-https

Detemine whether scripts need to be loaded over HTTPS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Detemine whether scripts need to be loaded over HTTPS.


Languages

Language:JavaScript 96.5%Language:CSS 3.0%Language:HTML 0.3%Language:Makefile 0.2%