Commit cf9aae3
Santosh Mahto
Prepend starboard OS name in user-agent string
The current OS name in user-agent string is fetched using
chromium code which just return "Linux". This misses the real
OS name for starboard platform and result in YTS test failure.
So OS name in user-agent string should include the starboard platform
OS name.
Bug: 4756707481 parent 22ae31c commit cf9aae3
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
0 commit comments