Twitter is banning Mastodon URLs as unsafe now? Even this modestly sized instance? This is UNHINGED behavior.

@shanselman

Definitely not normal behavior. You can circumvent it (for now) with url shorteners

@ellesystem @shanselman

or, hilariously, by capitalizing one letter of the URL since they fired all of the actual coders (haven't tried it myself)

@jake @shanselman

Capitalization didn't work for me. I tried adding port 443 to the url and still no dice. They're going to Streisand harder and harder until the rabble stops rousing, I guess

@ellesystem @shanselman ah shoot. guess somebody searched stack overflow for regex real quick. 🧠
RegEx match open tags except XHTML self-contained tags

I need to match all of these opening tags: <p> <a href="foo"> But not self-closing tags: <br /> <hr class="foo" /> I came up with this and wanted to make

Stack Overflow
@kellogh @shanselman @ellesystem oh my god this is pure gold, how have I never seen this before