mirror of
https://github.com/moparisthebest/mail
synced 2024-12-25 00:38:54 -05:00
constained tcp permissions to gmail
This commit is contained in:
parent
29ea1cceaf
commit
c115f4d054
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Whiteout Mail",
|
"name": "Whiteout Mail",
|
||||||
"description": "Simple & elegant email client with integrated end-to-end encryption. Keeping your emails safe has never been so easy.",
|
"description": "Simple & elegant email client with integrated end-to-end encryption. Keeping your emails safe has never been so easy.",
|
||||||
"version": "0.0.4.0",
|
"version": "0.0.4.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"offline_enabled": true,
|
"offline_enabled": true,
|
||||||
"icons": {
|
"icons": {
|
||||||
@ -10,7 +10,10 @@
|
|||||||
"permissions": [
|
"permissions": [
|
||||||
"https://storage.whiteout.io/",
|
"https://storage.whiteout.io/",
|
||||||
"identity", {
|
"identity", {
|
||||||
"socket": ["tcp-connect"]
|
"socket": [
|
||||||
|
"tcp-connect:imap.gmail.com:993",
|
||||||
|
"tcp-connect:smtp.gmail.com:465"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBXqC3/oX5fP/gLORcVN62Pf3Ph+pO4qEB+FynSMWMoqWUt7FDoaKuHrsP/KInuP/0PUZcqpij9kB9MytLTqYzGIoRsUd37i1Dt6R69fnNsIqAISgoWIRg4VyRdon9cTIniv3DVV45PPyNCvN+oQoBMv9NbojWnlL9W05bKYkABQIDAQAB",
|
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBXqC3/oX5fP/gLORcVN62Pf3Ph+pO4qEB+FynSMWMoqWUt7FDoaKuHrsP/KInuP/0PUZcqpij9kB9MytLTqYzGIoRsUd37i1Dt6R69fnNsIqAISgoWIRg4VyRdon9cTIniv3DVV45PPyNCvN+oQoBMv9NbojWnlL9W05bKYkABQIDAQAB",
|
||||||
|
Loading…
Reference in New Issue
Block a user