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.
|