Content Type
Profiles
Forums
Events
Everything posted by D.Draker
-
We need to be grateful they serve us PNG, and not the infamous infected WebP.
-
Why would you have to explain to anyone that you look at women's lingerie? I must've missed something, is it because they now assume you're a non-traditionalist as the default option?
-
That banner is 1.1mb, it's not normal it takes 8 seconds, must be your slow internet downlink. On the other hand, sucks for mobile users with 3G (2G?) in under/developing countries.
-
Webp Virus, fears, nightmares, suggestions, or exodus from the internet?
D.Draker replied to Dixel's topic in Web Browsers
I still can't create a new topic in this or any other sections, several days after the site went offline, so @Dixel, I'm sorry for posting off-topic, I just wanted to create a new one with a new exploit. @Dave-H, can you make a new topic? I'm getting this message on the loop. https://msfn.org/board/topic/185031-webp-virus-fears-nightmares-suggestions-or-exodus-from-the-internet/?do=findComment&comment=1257172 EDIT, I can post here, but it's not related (apart from being another Chrome bug), so any feedback is appreciated, thanks.- 126 replies
-
3
-
- Zero Day
- Dixels topic
-
(and 3 more)
Tagged with:
-
I mean I liked the advertisement.
-
I kinda liked it, it's brutal and straight to the point, no chewing on snort.
-
My guess would be, it's nothing out of the ordinary, the site is just trying to survive due to the fact of zero donations. It's just an ad.
-
Webp Virus, fears, nightmares, suggestions, or exodus from the internet?
D.Draker replied to Dixel's topic in Web Browsers
Something went wrong. Please try again. Contact Us Can't create new topics!- 126 replies
-
3
-
- Zero Day
- Dixels topic
-
(and 3 more)
Tagged with:
-
Webp Virus, fears, nightmares, suggestions, or exodus from the internet?
D.Draker replied to Dixel's topic in Web Browsers
Thanks for letting us know! But we didn't see your topic. Could you just restore it from the famous MSFN keylogger? Anyways, it's nowhere near the scary WebP, I'm pretty sure - most of us have Webrtc axed by default.- 126 replies
-
3
-
- Zero Day
- Dixels topic
-
(and 3 more)
Tagged with:
-
Folks, someone knows how to disable the bloody freaking qr code? The flags are removed, I tried already.
-
Extensions, plenty of them. You can even pretend you're on win10 with its default set of fonts. Enjoy.
-
Chromium 115 for Windows XP without One Core Api
D.Draker replied to Iron_Wind0ws's topic in Windows XP
"Client Hints enable developers to actively request information about the user's device" "Caution: If you are already using User-Agent Client Hints, be aware that since Chrome 90 the header format has changed so the Accept-CH tokens must exactly match the returned headers." Basically, they compare your fake UA with the result from the Client Hints, it doesn't match - you're busted. https://developer.chrome.com/docs/privacy-security/user-agent-client-hints Chromium 115 has ClientHints fully enabled by default! -
Chromium 115 for Windows XP without One Core Api
D.Draker replied to Iron_Wind0ws's topic in Windows XP
It's not only UA now, it's also Clienthints --disable-features=UserAgentClientHint - NO quotes Check the result here, under navigator.userAgentData (Client Hints) API Status ×Disabled / Not Supported (must be) https://browserleaks.com/javascript -
Chromium 115 for Windows XP without One Core Api
D.Draker replied to Iron_Wind0ws's topic in Windows XP
I think it's because they banned you and Jody. There was a discussion about that already, please search for that topic, no need to write about it here, I'm sure you understand, thank you! -
Chromium 115 for Windows XP without One Core Api
D.Draker replied to Iron_Wind0ws's topic in Windows XP
You're right, several of my interesting (on-topic, as usual) posts are gone. But what happened, I don't know, I was away, on duty. -
Webp Virus, fears, nightmares, suggestions, or exodus from the internet?
D.Draker replied to Dixel's topic in Web Browsers
Interesting! While all browsers support image formats like JPEG, PNG, and GIF, Accept tells in this case that the browser also supports WebP and APNG. Using this information, we can negotiate the best image types for each browser: <?php // Check Accept for an "image/webp" substring. $webp = stristr($_SERVER["HTTP_ACCEPT"], "image/webp") !== false ? true : false; // Set the image URL based on the browser's WebP support status. $imageFile = $webp ? "whats-up.webp" : "whats-up.jpg"; ?> <img src="<?php echo($imageFile); ?>" alt="I'm an image!"> More info: https://web.dev/articles/performance-optimizing-content-efficiency-client-hints- 126 replies
-
2
-
- Zero Day
- Dixels topic
-
(and 3 more)
Tagged with:
-
Webp Virus, fears, nightmares, suggestions, or exodus from the internet?
D.Draker replied to Dixel's topic in Web Browsers
Stop harassing other members, behave yourself, try to be reasonable on the forum. Try to reply only on-topic, or don't reply at all, thanks.- 126 replies
-
2
-
- Zero Day
- Dixels topic
-
(and 3 more)
Tagged with:
-
Chromium 115 for Windows XP without One Core Api
D.Draker replied to Iron_Wind0ws's topic in Windows XP
This is a unique UA. For quite some time, Chrome defaults to a WIn10 UA only. -
My Browser Builds (Part 4)
D.Draker replied to roytam1's topic in Browsers working on Older NT-Family OSes
It's the IP or the blocked canvas, I'm getting forbidden. -
Chromium 115 for Windows XP without One Core Api
D.Draker replied to Iron_Wind0ws's topic in Windows XP
No, I meant the user agent I quoted. It makes you unique. It's bad.