Control use of JavaScript JIT

Allows you to set whether Google Chrome will run the v8 JavaScript engine with JIT (Just In Time) compiler enabled or not.

Disabling the JavaScript JIT will mean that Google Chrome may render web content more slowly, and may also disable parts of JavaScript including WebAssembly. Disabling the JavaScript JIT may allow Google Chrome to render web content in a more secure configuration.

This policy can be overridden for specific URL patterns using the JavaScriptJitAllowedForSites and JavaScriptJitBlockedForSites policies.

If this policy is left not set, JavaScript JIT is enabled.

Supported on: At least Microsoft Windows 7 or Windows Server 2008 family

Control use of JavaScript JIT


  1. Allow any site to run JavaScript JIT
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameDefaultJavaScriptJitSetting
    Value TypeREG_DWORD
    Value1
  2. Do not allow any site to run JavaScript JIT
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameDefaultJavaScriptJitSetting
    Value TypeREG_DWORD
    Value2


chrome.admx

Administrative Templates (Computers)

Administrative Templates (Users)