* [PATCH] submit fireinfo profile via HTTPS
@ 2017-12-09 21:08 Peter Müller
0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2017-12-09 21:08 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 727 bytes --]
Since HTTPS is now available for fireinfo.ipfire.org,
clients should submit their profiles with transport encryption.
Fixes #11529.
Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
---
src/sendprofile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sendprofile b/src/sendprofile
index da480ce..b836567 100644
--- a/src/sendprofile
+++ b/src/sendprofile
@@ -44,7 +44,7 @@ log.addHandler(logging.StreamHandler(sys.stderr))
for handler in log.handlers:
handler.setLevel(log_level)
-PROFILE_URL = "http://fireinfo.ipfire.org/send/%(public_id)s"
+PROFILE_URL = "https://fireinfo.ipfire.org/send/%(public_id)s"
def get_upstream_proxy():
if not os.path.exists(PROXY_SETTINGS):
--
2.13.6
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-12-09 21:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-09 21:08 [PATCH] submit fireinfo profile via HTTPS Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox