mirror of
https://github.com/moparisthebest/mail
synced 2025-02-11 20:50:10 -05:00
changes cloud storage endpoint to ssl
This commit is contained in:
parent
2de127bff6
commit
a4790cf1bb
@ -13,7 +13,7 @@ define([], function() {
|
|||||||
* Global app configurations
|
* Global app configurations
|
||||||
*/
|
*/
|
||||||
app.config = {
|
app.config = {
|
||||||
cloudUrl: 'http://storage.whiteout.io',
|
cloudUrl: 'https://storage.whiteout.io',
|
||||||
symKeySize: 128,
|
symKeySize: 128,
|
||||||
symIvSize: 128,
|
symIvSize: 128,
|
||||||
asymKeySize: 1024,
|
asymKeySize: 1024,
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"128": "css/images/key-128.png"
|
"128": "css/images/key-128.png"
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"http://storage.whiteout.io/"
|
"https://storage.whiteout.io/"
|
||||||
],
|
],
|
||||||
"app": {
|
"app": {
|
||||||
"background": {
|
"background": {
|
||||||
|
Loading…
Reference in New Issue
Block a user