Internet Browser: Difference between revisions
Line 368: | Line 368: | ||
Settings in System Settings. | Settings in System Settings. | ||
This wasn't enforced(web-browser displaying the above message when the installed browser isn't the latest version) until October 26, 2015 | This wasn't enforced(web-browser displaying the above message when the installed browser isn't the latest version) until October 26, 2015. | ||
This message only triggers when attempting to load a web-page. | This message only triggers when attempting to load a web-page. This is only handled the first time the browser accesses a web-page, during this browser session. | ||
The browser codebins starting with v9.9 now contain the following URL strings: | The browser codebins starting with v9.9 now contain the following URL strings: | ||
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 seems to be some sort of cache for this in savedata?(The browser doesn't do this request every time a web-page is initially accessed) | |||
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. |