mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
tweak: User agent rename
This commit is contained in:
parent
a43465e3d3
commit
9ec4695df1
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ static int fetch_content(const char *url, char *dest_buf, int max_len, bool prog
|
|||
char pbuf[10]; itoa(current_port, pbuf);
|
||||
s = pbuf; while(*s) *r++ = *s++;
|
||||
}
|
||||
s = "\r\nUser-Agent: BoredOS/1.0\r\nAccept: */*\r\nConnection: close\r\n\r\n"; while(*s) *r++ = *s++;
|
||||
s = "\r\nUser-Agent: BoredOS/BoredBrowserium\r\nAccept: */*\r\nConnection: close\r\n\r\n"; while(*s) *r++ = *s++;
|
||||
|
||||
sys_tcp_send(request, r - request);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue