Internet Browser: Difference between revisions
No edit summary |
|||
Line 397: | Line 397: | ||
Hence, internal_browserver == server_browserver will trigger the sysupdate message, which appears to be the normal way to indicate that the current browser is outdated(see above). | Hence, internal_browserver == server_browserver will trigger the sysupdate message, which appears to be the normal way to indicate that the current browser is outdated(see above). | ||
There is a cache for this in savedata. The | There is a cache for this in savedata. The request is only done when at least 24-hours have passed since the last time the request was done(see the below savedata section). | ||
It is still possible to guard against this update by blocking the previous URLs using a proxy. | It is still possible to guard against this update by blocking the previous URLs using a proxy. | ||
Line 422: | Line 422: | ||
| 0x70 | | 0x70 | ||
| 0x8 | | 0x8 | ||
| Timestamp for when the URL for the forced-update(see above section) was last requested | | Timestamp for when the URL for the forced-update(see above section) was last requested. The timestamp format is the number of milliseconds since January 1, 2000. | ||
|} | |} | ||