emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode 50bceae 326/495: Use HTTPS with go-play-region


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 50bceae 326/495: Use HTTPS with go-play-region
Date: Sat, 7 Aug 2021 09:05:41 -0400 (EDT)

branch: elpa/go-mode
commit 50bceae59420818f2551081784d2f52f5423610e
Author: Dominik Honnef <dominik@honnef.co>
Commit: Dominik Honnef <dominik@honnef.co>

    Use HTTPS with go-play-region
    
    The playground now enforces HTTPS for the /compile endpoint.
---
 go-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go-mode.el b/go-mode.el
index eccb74e..f831dcc 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -1329,7 +1329,7 @@ Playground URL."
            (buffer-substring-no-properties start end)
            'utf-8))
          (content-buf (url-retrieve
-                       "http://play.golang.org/share";
+                       "https://play.golang.org/share";
                        (lambda (arg)
                          (cond
                           ((equal :error (car arg))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]