Internet Browser: Difference between revisions

Line 385: Line 385:


As of October 26, 2015, the "1" URLs return the browser-version for v9.9(decimal number as a string without any "."), while the "2" URLs returns 0.
As of October 26, 2015, the "1" URLs return the browser-version for v9.9(decimal number as a string without any "."), while the "2" URLs returns 0.
if(internal_browserver > server_browserver)
{
    <safe>
}
else
{
    <update message>
}
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).
The HTTP Last-Modified timestamp for this URL seems to be cached in savedata(?) somewhere.


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.