Skip to content

Commit 18ec20f

Browse files
4 files | articles.json, 107F-BB20-FB5A-1CE4-steam-linux-support.txt, 5BB2-E986-A733-CF0E-where-to-buy-steam-wallet-codes.txt, 7B14-1D4A-A040-CAA5-steam-web-bots.txt
1 parent 51a83a3 commit 18ec20f

4 files changed

+58
-3
lines changed

articles.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,12 @@
269269
"version": 4,
270270
"timestamp": "2021-07-26 20:57:48"
271271
},
272+
"1188874576979434724": {
273+
"title": "Steam Linux Support",
274+
"url_code": "107F-BB20-FB5A-1CE4",
275+
"version": 1,
276+
"timestamp": "2025-04-21 18:37:49"
277+
},
272278
"1230678365821384580": {
273279
"title": "Steam Client Troubleshooting on Linux",
274280
"url_code": "1114-3F74-0B8A-B784",
@@ -1628,8 +1634,8 @@
16281634
"6607600367846018830": {
16291635
"title": "Where to buy Steam Wallet Codes",
16301636
"url_code": "5BB2-E986-A733-CF0E",
1631-
"version": 55,
1632-
"timestamp": "2025-01-09 17:55:39"
1637+
"version": 56,
1638+
"timestamp": "2025-04-21 23:29:26"
16331639
},
16341640
"6672533846652219828": {
16351641
"title": "CS2 - Charms",
@@ -2285,6 +2291,12 @@
22852291
"version": 3,
22862292
"timestamp": "2021-07-10 19:49:55"
22872293
},
2294+
"8868745772552735397": {
2295+
"title": "Steam Web Bots",
2296+
"url_code": "7B14-1D4A-A040-CAA5",
2297+
"version": 2,
2298+
"timestamp": "2025-04-21 19:44:25"
2299+
},
22882300
"8928310935471522734": {
22892301
"title": "Steam Link Hardware",
22902302
"url_code": "7BE7-BB7D-D904-03AE",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[h1]Steam Linux Support[/h1]
2+
3+
On August 15th, 2025, Steam will officially stop supporting Linux distributions with a version of glibc older than 2.31. After that date, the Steam Client will no longer run on this version of glibc. In order to continue running Steam and any games or other products purchased through Steam, users will need to update their operating system to a version that contains a compatible version of glibc.
4+
5+
We strongly encourage all users to keep their operating systems up to date, and to ensure the current version of your Linux distribution is actively supported. An unsupported distribution release, when connected to the internet, is susceptible to new malware and other exploits which will not be patched. That malware can cause your computer, Steam and games to perform poorly or crash. That malware can also be used to steal the credentials for your Steam account or other services.
6+
7+
Consult your Linux distribution's documentation for instructions on how to update to a supported OS version.

docs/5BB2-E986-A733-CF0E-where-to-buy-steam-wallet-codes.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,16 @@ Hundreds of retailers and retail chains in Europe distribute Steam Wallet Codes
579579

580580
[list]
581581

582-
[*] [url=http://steam.degica.kr]Degica[/url] [/*]
582+
[*] [url=https://cu.bgfretail.com/]CU[/url]
583+
584+
[*][url=http://gs25.gsretail.com/]GS25[/url]
585+
586+
[*][url=https://www.7-eleven.co.kr/]7-Eleven[/url]
587+
588+
[*][url=https://emart24.co.kr/]Emart24[/url]
589+
590+
[*][url=https://emart.ssg.com/]Emart[/url]
591+
583592
[*][url=https://www.steamkorea.co.kr/]Steamkorea.co[/url] [/*]
584593

585594
[/list]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[h1]Steam Web Bots[/h1]
2+
3+
The Steam service occasionally accesses third party websites in an automated fashion, known as bots. This describes some bots used by the Steam platform.
4+
5+
[h2]Steam Chat URL Previews[/h2]
6+
7+
When a user enters a link into Steam chat, the Steam server will access that URL and attempt to generate a rich preview of the content at the link. This request is made with the following user agent:
8+
[code]Valve/Steam HTTP Client 1.0 (SteamChatURLLookup)[/code]
9+
This request is only made on behalf of a user when a link is posted into a chat. Depending on the message and the URL, we will not always perform the lookup.
10+
11+
The URL Preview bot will make an initial HEAD request to determine the content type of the URL. If the content type is "text/html", the bot will make a second GET request to the URL to read the content of the page to look for opengraph and other meta tags. This GET request is made with a "Range" header to retrieve a limited amount of data.
12+
13+
[h2]Steam Chat Image Proxy[/h2]
14+
15+
When a chat message contains an image hosted on a third-party website, we will proxy the request to protect the privacy of the user viewing the chat. There are two ways for a third-party image to get embedded in a Steam Chat:
16+
17+
[olist]
18+
19+
[*] A user posts the URL of an image file on the internet.
20+
21+
[*] A user posts the URL of a website that has meta tags indicating an image should be used in the preview.
22+
23+
[/olist]
24+
25+
In both cases, the "SteamChatURLLookup" bot performs the initial lookup when the URL is sent and embeds the image URL in the chat. When the client would display the image, it requests through the steam chat image proxy, which will download the contents of the image from the originating website using the user agent:
26+
[code]SteamChatImageProxy[/code]
27+
The contents of this image will be cached on the Steam CDN for a short period of time.

0 commit comments

Comments
 (0)