Why is glitch still blocking gitlab

So, there are a bunch of posts saying glitch blocked gitlab.



And I find this to be still happening. Why?

Edit: They unblocked it!

2 Likes

We are still blocking requests to Gitlab because of abuse reports pertaining to unwanted requests to Gitlab coming from Glitch - but we are working on a plan to open that up again in a way that prevents further abuse. We’ll announce in the forum when there’s a change there.

5 Likes

Idea: Just set up your projects to use a different DNS server (like 1.1.1.1) than the default Glitch DNS servers

Curl Example:

curl --dns-servers 1.1.1.1,1.0.0.1 https://example.com

I haven’t tested it, but I will test it later

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.