Browser Feature Control

Source: Internet
Author: User
Tags hosting
Internet Feature Controls (B.. C)7 out of one rated this helpful-rate this topic

Updated:july 2012

This is article describes feature controls with names B or C. For links to other feature controls, feature controls.

Binary Behavior Security Browser emulation child windows clipping circular References in script Management Clipboard script Control Cross domain Capture Event Cross domain redirection Related topics Binary Behavior Security

Microsoft Internet Explorer 6 for Windows XP Service Pack 2 (SP2). The feature_behaviors allows Binary behaviors to run more securely. When the feature was enabled, it can be set differently for each security zone by using the URL action flag Urlaction_behav Ior_run. For more information, you are about URL security Zones.

By default, this feature are enabled for Windows Internet Explorer and for applications hosting the WebBrowser control. To disable this feature by using the registry, add the name of your executable file to the following setting.

HKEY_LOCAL_MACHINE (or HKEY_CURRENT_USER)
   SOFTWARE
      Microsoft
         Internet Explorer
            Main
               featurecontrol
                  feature_behaviors
                     Contoso.exe = (DWORD) 00000000

The feature is enabled when the ' value is ' set to ' (DWORD) 00000001 and disabled when the ' value is (DWORD) 00000000. Browser emulation

Windows Internet Explorer 8 and later. The Feature_browser_emulation FEATURE defines the default emulation mode for Internet Explorer and supports the following Values.

Value Description
11001 (0x2af9 Internet Explorer 11. Webpages are displayed in IE11 edge mode, regardless of the! DOCTYPE directive.
11000 (0X2AF8) IE11. Webpages containing standards-based! DOCTYPE directives are displayed in IE11 edge mode. Default value for IE11.
10001 (0x2711) Internet Explorer 10. Webpages are displayed in IE10 standards mode, regardless of the! DOCTYPE directive.
10000 (0x02710) Internet Explorer 10. Webpages containing standards-based! DOCTYPE directives are displayed in IE10 standards mode. Default value for Internet Explorer 10.
9999 (0x270f) Windows Internet Explorer 9. Webpages are displayed in IE9 standards mode, regardless of the! DOCTYPE directive.
9000 (0x2328) Internet Explorer 9. Webpages containing standards-based! DOCTYPE directives are displayed in IE9 mode. Default value for Internet Explorer 9.

Important In Internet Explorer, webpages containing standards-based! DOCTYPE directives are displayed in IE10 standards mode.

8888 (0X22B8) Webpages are displayed in IE8 standards mode, regardless of the! DOCTYPE directive.
8000 (0X1F40) Webpages containing standards-based! DOCTYPE directives are displayed in IE8 mode. Default value for Internet Explorer 8

Important In Internet Explorer, webpages containing standards-based! DOCTYPE directives are displayed in IE10 standards mode.

7000 (0x1b58) Webpages containing standards-based! DOCTYPE directives are displayed in IE7 standards mode. Default value for Applications hosting the WebBrowser control.

For more information, defining Document compatibility and Internet Explorer 8 extensibility improvements.

To control the value of this feature by using the "registry", add the name of your executable file to the following setting and set the value to match the desired setting.

HKEY_LOCAL_MACHINE (or HKEY_CURRENT_USER)
   SOFTWARE
      Microsoft
         Internet Explorer
            Main
               featurecontrol
                  feature_browser_emulation
                     Contoso.exe = (DWORD) 00009000
Child Window Clipping

Internet Explorer 9. Internet Explorer 9 Optimized the performance of window-drawing routines that involve clipping regions associated with CHI LD windows. This helped improve the performance of certain window drawing operations. However, certain applications hosting the WebBrowser control rely on the previous behavior and does not function correctly W Hen these optimizations are enabled. The feature_enable_clipchildren_optimization FEATURE can disable these optimizations.

By default, this feature are enabled for Internet Explorer and for applications hosting the WebBrowser control. To disable this feature by using the registry, add the name of your executable file to the following setting.

HKEY_LOCAL_MACHINE (or HKEY_CURRENT_USER)
   SOFTWARE
      Microsoft
         Internet Explorer
            Main
               featurecontrol
                  feature_enable_clipchildren_ Optimization
                     contoso.exe = (DWORD) 00000000

The feature is enabled when the ' value is ' set to ' (DWORD) 00000001 and disabled when the ' value is (DWORD) 00000000. circular References in Script Management

Internet Explorer 8 and later. By default, Internet Explorer reduces memory leaks caused by circular references Internet Explorer and the between FT JScript engine, especially in scenarios where a webpage defines a expando and the page is refreshed. If a legacy application no longer functions with these changes, the Feature_manage_script_circular_refs FEATURE can disabl e these improvements.

By default, this feature are enabled for Internet Explorer and for applications hosting the WebBrowser control. To disable this feature by using the registry, add the name of your executable file to the following setting.

HKEY_LOCAL_MACHINE (or HKEY_CURRENT_USER)
   SOFTWARE
      Microsoft
         Internet Explorer
            Main
               featurecontrol
                  feature_manage_script_circular_ REFS
                     contoso.exe = (DWORD) 00000000

The feature is enabled when the ' value is ' set to ' (DWORD) 00000001 and disabled when the ' value is (DWORD) 00000000.

Note Because this feature improves the stability of Internet Explorer, disabling this feature is strongly discouraged. Clipboard Script Control

When enabled, the Feature_enable_script_paste_urlaction_if_prompt FEATURE allows scripts control over the Clipboard, even When the Urlaction_script_paste URL action was set to "Prompt." This is allows applications hosting the WebBrowser control to opt out of a specific security check, May is unnecessary fo R the content displayed by the application. If the content is fully trusted and cannot are modified by any third-party, it would be safe to enable this feature. However, such a design decision should include a full security assessment. For more information, Threat modeling.

By default, this feature are disabled for Internet Explorer and enabled for applications hosting the WebBrowser control. To enable this feature by using the "registry", add the name of your executable file to the following setting.

HKEY_LOCAL_MACHINE (or HKEY_CURRENT_USER)
   SOFTWARE
      Microsoft
         Internet Explorer
            Main
               featurecontrol
                  feature_enable_script_paste_ Urlaction_if_prompt
                     contoso.exe = (DWORD) 00000001

The feature is enabled when the ' value is ' set to ' (DWORD) 00000001 and disabled when the ' value is (DWORD) 00000000. Cross Domain Capture Event

The Feature_block_setcapture_xdomain FEATURE prevents capture events from being propagated to elements in webpages hosted On domains different than the one hosting the page containing the element that triggered the capture event.

By default, this feature are enabled for Internet Explorer 8 and for applications hosting the WebBrowser control. To disable this feature by using the registry, add the name of your executable file to the following setting.

HKEY_LOCAL_MACHINE (or HKEY_CURRENT_USER)
   SOFTWARE
      Microsoft
         Internet Explorer
            Main
               featurecontrol
                  feature_block_setcapture_xdomain 
                     Contoso.exe = (DWORD) 00000000

The feature is enabled when the ' value is ' set to ' (DWORD) 00000001 and disabled when the ' value is (DWORD) 00000000. Cross Domain Redirection

When enabled, the Feature_cross domain_redirect_mitigation FEATURE applies cross-domain security to support files loaded B Y a webpage, including images, JavaScript libraries, cascading Style Sheets (CSS) files, Microsoft ActiveX controls, and O ther file-based resources.

Note For the security reasons, this feature should is changed.

By default, this feature are enabled for Internet Explorer 8 and for applications hosting the WebBrowser control. To disable this feature by using the registry, add the name of your executable to the following setting.

HKEY_LOCAL_MACHINE (or HKEY_CURRENT_USER)
   SOFTWARE
      Microsoft
         Internet Explorer
            Main
               featurecontrol
                  feature_cross_domain_redirect_ Mitigation
                     Contoso.exe = (DWORD) 00000000

The feature is enabled when the ' value is ' set to ' (DWORD) 00000001 and disabled when the ' value is (DWORD) 00000000. Transfer from: http://msdn.microsoft.com/en-us/library/ee330730 (v=vs.85). aspx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.