Revert "Point to TLS/HSTS secured .com domain"

This reverts commit 177d701f5b.
This commit is contained in:
Tankred Hase 2016-02-18 11:38:12 +07:00
parent 3bbbe2538e
commit a1ab02adc8
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
OpenPGP.js [![Build Status](https://travis-ci.org/openpgpjs/openpgpjs.svg?branch=master)](https://travis-ci.org/openpgpjs/openpgpjs) [![Test Coverage](https://codeclimate.com/github/openpgpjs/openpgpjs/badges/coverage.svg)](https://codeclimate.com/github/openpgpjs/openpgpjs/coverage) [![Code Climate](https://codeclimate.com/github/openpgpjs/openpgpjs/badges/gpa.svg)](https://codeclimate.com/github/openpgpjs/openpgpjs)
==========
[OpenPGP.js](https://openpgpjs.com) is a Javascript implementation of the OpenPGP protocol. This is defined in [RFC 4880](http://tools.ietf.org/html/rfc4880).
[OpenPGP.js](http://openpgpjs.org/) is a Javascript implementation of the OpenPGP protocol. This is defined in [RFC 4880](http://tools.ietf.org/html/rfc4880).
[![Saucelabs Test Status](https://saucelabs.com/browser-matrix/openpgpjs.svg)](https://saucelabs.com/u/openpgpjs)
@ -149,7 +149,7 @@ hkp.upload(pubkey).then(function() { ... });
### Documentation
A jsdoc build of our code comments is available at [doc/index.html](https://openpgpjs.com/openpgpjs/doc/index.html). Public calls should generally be made through the OpenPGP object [doc/openpgp.html](https://openpgpjs.com/openpgpjs/doc/module-openpgp.html).
A jsdoc build of our code comments is available at [doc/index.html](http://openpgpjs.org/openpgpjs/doc/index.html). Public calls should generally be made through the OpenPGP object [doc/openpgp.html](http://openpgpjs.org/openpgpjs/doc/module-openpgp.html).
### Security Audit

View File

@ -2,7 +2,7 @@
"name": "openpgp",
"version": "2.0.1",
"license": "LGPL-3.0+",
"homepage": "https://openpgpjs.com",
"homepage": "http://openpgpjs.org/",
"authors": [
"OpenPGP Development Team <list@openpgpjs.org> (https://github.com/openpgpjs/openpgpjs/graphs/contributors)"
],

View File

@ -3,7 +3,7 @@
"description": "OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.",
"version": "2.0.1",
"license": "LGPL-3.0+",
"homepage": "https://openpgpjs.com",
"homepage": "http://openpgpjs.org/",
"engines": {
"node": ">=0.8"
},

View File

@ -46,7 +46,7 @@ export default {
show_version: true,
show_comment: true,
versionstring: "OpenPGP.js VERSION",
commentstring: "https://openpgpjs.com",
commentstring: "http://openpgpjs.org",
keyserver: "https://keyserver.ubuntu.com",
node_store: './openpgp.store'
};