Email or username:

Password:

Forgot your password?
Top-level
Gina HÀußge

@bagder OMG, did they really pull that off? That's... amazing πŸ˜‚

23 comments
daniel:// stenberg://

@foosel that's the genuine "fix" for a reported security problem against some of their devices at the time, yes indeed

Simon Zerafa :donor: :verified:

@bagder @foosel

So I assume that Curl can now present different User-Agent values as needed (assuming it didn't before, of course)?

Which given I very rarely use Curl is probably a very stupid question but give I could think of that as a potential issue/solution shows how monumentally ridiculous that bug fix really is πŸ«€πŸ€¦β€β™‚οΈ

Neil Craig

@simonzerafa @bagder @foosel It can indeed, there's a specific arg or you can use the generic `-H "header-name: header-value"` form.
Those have been a thing as long as I've been using curl πŸ‘πŸ».
curl.se/docs/manpage.html#-A

Simon Zerafa :donor: :verified:

@tdp_org @bagder @foosel

Well at least I have more foresight that an Oracle programmer πŸ™‚πŸ€·β€β™‚οΈ

Ángela Stella Matutina

@tdp_org @simonzerafa @bagder @foosel

Even good old wget does it. I've used -U MSIE more times than I can remember. It also has a --header option.

Paul Nicholls

@foosel @bagder I can well believe it, from the company that once broke their website by somehow removing every lowercase "t" from their HTML... Though that was about a decade earlier!

@infosec_jcp πŸ†“πŸ¦πŸˆπŸƒ done differently

@flq @nullcolaship @foosel @bagder

Searh '& replacet' ? πŸ˜‚

As πŸ–– says ' most impressive! ' πŸ˜‚πŸ€¦β€β™‚οΈ

root42

@nullcolaship @foosel @bagder "Skip o Conen" sounds like an Irish talk show host.

cd ~

@root42 @nullcolaship @foosel @bagder Interesting that it still renders as a website of sorts with all letters 't' removed. I wonder which letters are the most redundant ones in this metric.

mausmalone

@cd_home @root42 @nullcolaship @foosel @bagder It is pretty funny - it's just that most of the HTML tags for content (h1-6, a, p, div) don't have the letter t, while a lot of stuff in the head (title, script, style) do.

Surely any tables on the page are ruined, though.

cd ~

@root42 @nullcolaship @foosel @bagder "Skip o search" is the process of quickly finding the non-sponsored, un-SEOed and not generated pages in the search results. Will soon be taught in schools.

Aren

@cd_home @root42 @nullcolaship @foosel @bagder Skip o Search would be a great name for a search engine

husjon

@nullcolaship @foosel @bagder I looked at the source code image before reading your command and I thought I had a stroke πŸ˜…

Giles

@nullcolaship @foosel @bagder Just think of all those tabs they’d have been able to remove if they’d escaped their regex properly.

David Nash

@nullcolaship @foosel @bagder When Cisco announced public access to the simplified web presentation language they used internally, β€œHML”, they failed to describe exactly *how* they simplified it, but one look at their website revealed all.

Go Up