Jump to content

D.Draker

Member
  • Posts

    3,846
  • Joined

  • Last visited

  • Days Won

    172
  • Donations

    0.00 USD 
  • Country

    France

Everything posted by D.Draker

  1. We need to be grateful they serve us PNG, and not the infamous infected WebP.
  2. 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?
  3. 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.
  4. 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.
  5. I mean I liked the advertisement.
  6. I kinda liked it, it's brutal and straight to the point, no chewing on snort.
  7. 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.
  8. Something went wrong. Please try again. Contact Us Can't create new topics!
  9. 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.
  10. I'm just trying to do what xper and Dave told us to do, meaning - use the official accounts. that's it.
  11. Thanks! So we are basally back to square one.
  12. That "alternative" is only for those who are banned on MSFN, you aren't banned yet.
  13. So I went to their official page on Twitter, no status message was shown on Twitter, AstroSkipper, what about Facebook? The same?
  14. Folks, someone knows how to disable the bloody freaking qr code? The flags are removed, I tried already.
  15. Extensions, plenty of them. You can even pretend you're on win10 with its default set of fonts. Enjoy.
  16. "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!
  17. 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
  18. 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!
  19. 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.
  20. 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
  21. 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.
  22. This is a unique UA. For quite some time, Chrome defaults to a WIn10 UA only.
  23. So what? Anyone can register a company in America. It means nothing now. I literally busted the IPs it leaks data to. I published them on the site, don't have them at hand now, I don't use it for many years, seeing you're quite fond of necroposts, please take your time to search at my account.
  24. It's the IP or the blocked canvas, I'm getting forbidden.
  25. No, I meant the user agent I quoted. It makes you unique. It's bad.
×
×
  • Create New...