Revert "Point to TLS/HSTS secured .com domain"
This reverts commit 177d701f5b
.
This commit is contained in:
parent
3bbbe2538e
commit
a1ab02adc8
|
@ -1,7 +1,7 @@
|
|||
OpenPGP.js [](https://travis-ci.org/openpgpjs/openpgpjs) [](https://codeclimate.com/github/openpgpjs/openpgpjs/coverage) [](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).
|
||||
|
||||
[](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
|
||||
|
||||
|
|
|
@ -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)"
|
||||
],
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user