Skip to content

Instantly share code, notes, and snippets.

@Rudxain
Last active May 1, 2024 01:19
Show Gist options
  • Save Rudxain/9a16e0f30253a5be7e92841cdf68266c to your computer and use it in GitHub Desktop.
Save Rudxain/9a16e0f30253a5be7e92841cdf68266c to your computer and use it in GitHub Desktop.
BIOS user agents

TIL that the _OSI function serves a similar purpose to User-Agent strings. Not just that, but it has the same funny pitfalls:

  • Operating Systems fake being Windows via _OSI.
  • Browsers fake being each other via UA.

https://askubuntu.com/a/50776

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment