This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-24
Channels
- # announcements (22)
- # babashka (33)
- # babashka-sci-dev (161)
- # beginners (25)
- # calva (57)
- # cider (6)
- # clara (6)
- # clerk (14)
- # clj-kondo (24)
- # clojars (10)
- # clojure (65)
- # clojure-austin (1)
- # clojure-conj (2)
- # clojure-europe (23)
- # clojure-miami (3)
- # clojure-nl (3)
- # clojure-norway (3)
- # clojure-uk (3)
- # clojurescript (28)
- # cursive (24)
- # datomic (136)
- # emacs (38)
- # graalvm (29)
- # graphql (3)
- # introduce-yourself (8)
- # jackdaw (4)
- # jobs-discuss (9)
- # malli (5)
- # nbb (36)
- # off-topic (11)
- # pathom (58)
- # polylith (2)
- # practicalli (1)
- # re-frame (5)
- # reagent (11)
- # releases (1)
- # remote-jobs (8)
- # sci (15)
- # shadow-cljs (31)
- # slack-help (2)
- # spacemacs (11)
- # sql (7)
- # tools-build (9)
hi! I'm getting wrong redirect response when I try to verify group on github. Based on network tab the response has a downgrade HTTPS->HTTP and no-referrer-when-downgrade policy
HTTP/2 302 Found
date: Tue, 24 Jan 2023 15:22:02 GMT
content-type: application/octet-stream
location:
server: nginx
x-frame-options: DENY
x-xss-protection: 1; mode=block
referrer-policy: no-referrer-when-downgrade
strict-transport-security: max-age=31536000; includeSubDomains
x-content-type-options: nosniff
content-security-policy: default-src 'self';img-src 'self'
X-Firefox-Spdy: h2
Are you trying to verify https://github.com/DotFox/? If so, I can see where that succeeded, then further attempts are failing because the groups are already verified. But if it is redirecting to http, you wouldn't see that. So, you are good to go, but I'll look and see why we are redirecting to http and fix that.
However, I can see now the group is in the list of verified groups
thanks!