Changes

90 bytes removed ,  19:13, 27 October 2015
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 browser doesn't do this request every time a web-page is initially accessed. It seems 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).
+
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? The timestamp format is the number of milliseconds since January 1, 2000.
+
| 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.
 
|}
 
|}