This article is a mirror article of machine translation, please click here to jump to the original article.

View: 11022|Reply: 0

[HTML/HTML5] 360 browser websites automatically select the speed mode

[Copy link]
Posted on 11/17/2016 9:35:22 AM | | |
The value of content is one of webkit, IE-comp, and IE-stand, which is case-sensitive, representing the use of webkit kernel, IE compatible kernel, and IE standard kernel.
If the page needs to use the ultra-fast kernel by default, add the tag: <meta name="renderer" content="webkit">
If the page needs to use the IE compatible kernel by default, add the tag: <meta name="renderer" content="ie-comp">
If the page needs to use the IE standard kernel by default, add the tag: <meta name="renderer" content="ie-stand">



It was mentioned above that the meta code provided by the 360 document is not easy to use
You also need to add a sentence after <meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Personal testing is available

360 official documentation description: http://se.360.cn/v6/help/meta.html

Browser kernel control Meta tag documentation

Background

Due to the well-known situation, the mainstream browsers in China are dual-core browsers: based on the Webkit kernel for high-speed browsing of frequently used websites. The IE-based kernel is used to be compatible with online banking and legacy websites. Taking several browsers of 360 as an example, we give priority to rendering mainstream websites through the Webkit kernel, and only a small number of websites are rendered through the IE kernel to ensure page compatibility. For a long time, our main control was a database of hundreds of k-sized URLs, a database of URLs collected through long-term manual operation.
Although we strive to improve the accuracy of browser auto-checking through user feedback and code tag intelligent judgment technology. But in many cases, we still can't get it 100% right. Therefore, we have added a new control: the kernel controls the Meta tag. As long as you add a Meta tag to your website and tell the 360 browser which kernel to use for rendering this URL, any 360 browser will immediately switch the corresponding kernel after reading this tag. And apply this behavior to all URLs under this second-level domain name.
This feature is currently implemented in all 360 secure browsers. We also recommend that other browser vendors support this implementation. Make this control label the industry standard.






Previous:Entity framework provider not found for ADO.NET provider with fixed name System.Data.SqlClient...
Next:mvc setting Cache-Control is invalid
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com