Access Denied for localstorage in IE10

前端 未结 8 710
灰色年华
灰色年华 2020-12-01 02:38

Yesterday I installed Windows 8 and am now trying to understand why I am getting an \"Access Denied\" message when accessing localstorage. The page is being served on the sa

8条回答
  •  离开以前
    2020-12-01 03:13

    This issue may also be caused by having missing or corrupted registry entries. If a reset does not resolve the issue, the LocalLow folder has the correct integrity level, and the DOMStore registry value is correct, run the below commands to re-register IE in the profile:

    32 Bit OS:

    C:\WINDOWS\system32\ie4uinit.exe -BaseSettings
    

    64 Bit OS:

    C:\WINDOWS\system32\ie4uinit.exe -BaseSettings
    C:\Windows\SysWOW64\ie4uinit.exe -BaseSettings
    

    See the IE MSDN blog for more details.

提交回复
热议问题