Changes

61 bytes added ,  03:42, 31 October 2014
Line 19: Line 19:  
Unlike the Old3DS browser, this New3DS browser has videos+HTML5 support. This browser also has a filter enabled by default. Disabling it requires paying money with a credit-card, for [[NIM_Services|purchasing]] web-browser [[Title_list/DLC|DLC]].
 
Unlike the Old3DS browser, this New3DS browser has videos+HTML5 support. This browser also has a filter enabled by default. Disabling it requires paying money with a credit-card, for [[NIM_Services|purchasing]] web-browser [[Title_list/DLC|DLC]].
   −
Going by strings in the ExeFS .code, it appears the filter is done by doing a plaintext HTTP POST to a server with hostname ending with .jp with port 20080.
+
During startup the browser does various HTTPS comms. When visting an URL, the browser sends a plaintext HTTP POST to a certain server. The raw POST data begins with "ARS/2.0\r\n\x00", the rest appears to be encrypted.
    
The WebKit source was updated since the Old3DS browser.
 
The WebKit source was updated since the Old3DS browser.