Looking up group policy for IE11 indexedDBIE8 Compatibility View group policy list not workingCan't get XP workstations to honor remote administration policyDifference between rsop.msc results and gpresult /v group policy being appliedOverride Mapping of My Documents with Group Policyediting local group policy for all domain computersWindows 10: Group Policy fails to apply directly after boot, succeeds laterDisabling dynamic DNS updates with Group PolicyWindows 10 search bar and group policiesHow to disable Fast Startup using a Group Policy?Printer Group Policy not showing up on updated Windows computers?
Concise way to draw this pyramid
Computing the differentials in the Adams spectral sequence
Access to all elements on the page
Is it legal in the UK for politicians to lie to the public for political gain?
Have powerful mythological heroes ever run away or been deeply afraid?
Explain Ant-Man's "not it" scene from Avengers: Endgame
How to detach yourself from a character you're going to kill?
Can an old DSLR be upgraded to match modern smartphone image quality
PhD student with mental health issues and bad performance
Is there a term for this?
Why was it possible to cause an Apple //e to shut down with SHIFT and paddle button 2?
Should we freeze the number of people coming in to the study for Kaplan-Meier test
Imperfective Aspect in German "not since" constructions
Is there a way to save this session?
What's the most polite way to tell a manager "shut up and let me work"?
Credit card offering 0.5 miles for every cent rounded up. Too good to be true?
Beginner's snake game using PyGame
Please help me identify this plane
Why does my electric oven present the option of 40A and 50A breakers?
Is /home directory in root partition mapped to /home partition
Applicants clearly not having the skills they advertise
I made a mistake ordering ground coffee - will Expresso ground coffee work for a French Press?
How can Iron Man's suit withstand this?
How to provide realism without making readers think grimdark
Looking up group policy for IE11 indexedDB
IE8 Compatibility View group policy list not workingCan't get XP workstations to honor remote administration policyDifference between rsop.msc results and gpresult /v group policy being appliedOverride Mapping of My Documents with Group Policyediting local group policy for all domain computersWindows 10: Group Policy fails to apply directly after boot, succeeds laterDisabling dynamic DNS updates with Group PolicyWindows 10 search bar and group policiesHow to disable Fast Startup using a Group Policy?Printer Group Policy not showing up on updated Windows computers?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
We have a client that uses our application via IE11. All of our clients are working fine except one. With this client, when they bring up IE11, indexedDB is not available. We quadruple checked compatibility modes (document modes), desktop mode and the usual suspects and they all seem fine.
The only thing I've uncovered that could disable IE11 indexedDB outside of those settings is a group policy setting. This link http://ayvazyan.net/2018/03/group-policies-which-could-affect-your-web-app/ says there's a group policy to enable/disable indexedDB. I can't seem to find a way to verify what the current value is for this setting on my local.
Looking for steps for the client to follow to check that setting themselves.
windows group-policy windows-10 internet-explorer
add a comment |
We have a client that uses our application via IE11. All of our clients are working fine except one. With this client, when they bring up IE11, indexedDB is not available. We quadruple checked compatibility modes (document modes), desktop mode and the usual suspects and they all seem fine.
The only thing I've uncovered that could disable IE11 indexedDB outside of those settings is a group policy setting. This link http://ayvazyan.net/2018/03/group-policies-which-could-affect-your-web-app/ says there's a group policy to enable/disable indexedDB. I can't seem to find a way to verify what the current value is for this setting on my local.
Looking for steps for the client to follow to check that setting themselves.
windows group-policy windows-10 internet-explorer
If you have this setup in group policy, you can run rsop.msc and see if you see it listed in that location.
– Nixphoe
May 17 at 19:19
add a comment |
We have a client that uses our application via IE11. All of our clients are working fine except one. With this client, when they bring up IE11, indexedDB is not available. We quadruple checked compatibility modes (document modes), desktop mode and the usual suspects and they all seem fine.
The only thing I've uncovered that could disable IE11 indexedDB outside of those settings is a group policy setting. This link http://ayvazyan.net/2018/03/group-policies-which-could-affect-your-web-app/ says there's a group policy to enable/disable indexedDB. I can't seem to find a way to verify what the current value is for this setting on my local.
Looking for steps for the client to follow to check that setting themselves.
windows group-policy windows-10 internet-explorer
We have a client that uses our application via IE11. All of our clients are working fine except one. With this client, when they bring up IE11, indexedDB is not available. We quadruple checked compatibility modes (document modes), desktop mode and the usual suspects and they all seem fine.
The only thing I've uncovered that could disable IE11 indexedDB outside of those settings is a group policy setting. This link http://ayvazyan.net/2018/03/group-policies-which-could-affect-your-web-app/ says there's a group policy to enable/disable indexedDB. I can't seem to find a way to verify what the current value is for this setting on my local.
Looking for steps for the client to follow to check that setting themselves.
windows group-policy windows-10 internet-explorer
windows group-policy windows-10 internet-explorer
edited yesterday
pmilkman
asked May 17 at 17:32
pmilkmanpmilkman
83
83
If you have this setup in group policy, you can run rsop.msc and see if you see it listed in that location.
– Nixphoe
May 17 at 19:19
add a comment |
If you have this setup in group policy, you can run rsop.msc and see if you see it listed in that location.
– Nixphoe
May 17 at 19:19
If you have this setup in group policy, you can run rsop.msc and see if you see it listed in that location.
– Nixphoe
May 17 at 19:19
If you have this setup in group policy, you can run rsop.msc and see if you see it listed in that location.
– Nixphoe
May 17 at 19:19
add a comment |
1 Answer
1
active
oldest
votes
To validate if the client computer as seted this policy or not please validate the registry.
This specific key to be exact;
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserStorageIndexedDBAllowWebsiteDatabases, be sure it's not set to 0.
You can validate if in the Internet Option if DOM storage is Enable or Not. Internet Option, Advanced, Security, Enable DOM Storage.
If the DOM storage is not enabled then it disable directly IndexedDB.
I'm not seeing the 'BrowserStorage' folder in regedit for Internet Explorer. Is that for a different Windows version (10)?
– pmilkman
yesterday
@pmilkman It seem not set then, as if a GPO target IndexedDB, it would write the setting there. For testing you can create the registry key and set it to 1.
– yagmoth555♦
yesterday
Gotcha. That was me testing on my machine, where IndexedDB works fine. I'll play around with that then.
– pmilkman
yesterday
In Internet option, general, settings, Caches and databases, is the Allow website caches and databases is ticked ?
– yagmoth555♦
yesterday
@pmilkman oh ok, gotcha. I tell the registry location, as it's in HCU (the user can see and edit there usually). You can reverse the GPO for testing on the computer by changing the key if you see something usually. If set by GPO, it will reset at the GPO interval to the setting pushed
– yagmoth555♦
yesterday
|
show 1 more comment
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f967814%2flooking-up-group-policy-for-ie11-indexeddb%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
To validate if the client computer as seted this policy or not please validate the registry.
This specific key to be exact;
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserStorageIndexedDBAllowWebsiteDatabases, be sure it's not set to 0.
You can validate if in the Internet Option if DOM storage is Enable or Not. Internet Option, Advanced, Security, Enable DOM Storage.
If the DOM storage is not enabled then it disable directly IndexedDB.
I'm not seeing the 'BrowserStorage' folder in regedit for Internet Explorer. Is that for a different Windows version (10)?
– pmilkman
yesterday
@pmilkman It seem not set then, as if a GPO target IndexedDB, it would write the setting there. For testing you can create the registry key and set it to 1.
– yagmoth555♦
yesterday
Gotcha. That was me testing on my machine, where IndexedDB works fine. I'll play around with that then.
– pmilkman
yesterday
In Internet option, general, settings, Caches and databases, is the Allow website caches and databases is ticked ?
– yagmoth555♦
yesterday
@pmilkman oh ok, gotcha. I tell the registry location, as it's in HCU (the user can see and edit there usually). You can reverse the GPO for testing on the computer by changing the key if you see something usually. If set by GPO, it will reset at the GPO interval to the setting pushed
– yagmoth555♦
yesterday
|
show 1 more comment
To validate if the client computer as seted this policy or not please validate the registry.
This specific key to be exact;
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserStorageIndexedDBAllowWebsiteDatabases, be sure it's not set to 0.
You can validate if in the Internet Option if DOM storage is Enable or Not. Internet Option, Advanced, Security, Enable DOM Storage.
If the DOM storage is not enabled then it disable directly IndexedDB.
I'm not seeing the 'BrowserStorage' folder in regedit for Internet Explorer. Is that for a different Windows version (10)?
– pmilkman
yesterday
@pmilkman It seem not set then, as if a GPO target IndexedDB, it would write the setting there. For testing you can create the registry key and set it to 1.
– yagmoth555♦
yesterday
Gotcha. That was me testing on my machine, where IndexedDB works fine. I'll play around with that then.
– pmilkman
yesterday
In Internet option, general, settings, Caches and databases, is the Allow website caches and databases is ticked ?
– yagmoth555♦
yesterday
@pmilkman oh ok, gotcha. I tell the registry location, as it's in HCU (the user can see and edit there usually). You can reverse the GPO for testing on the computer by changing the key if you see something usually. If set by GPO, it will reset at the GPO interval to the setting pushed
– yagmoth555♦
yesterday
|
show 1 more comment
To validate if the client computer as seted this policy or not please validate the registry.
This specific key to be exact;
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserStorageIndexedDBAllowWebsiteDatabases, be sure it's not set to 0.
You can validate if in the Internet Option if DOM storage is Enable or Not. Internet Option, Advanced, Security, Enable DOM Storage.
If the DOM storage is not enabled then it disable directly IndexedDB.
To validate if the client computer as seted this policy or not please validate the registry.
This specific key to be exact;
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserStorageIndexedDBAllowWebsiteDatabases, be sure it's not set to 0.
You can validate if in the Internet Option if DOM storage is Enable or Not. Internet Option, Advanced, Security, Enable DOM Storage.
If the DOM storage is not enabled then it disable directly IndexedDB.
answered yesterday
yagmoth555♦yagmoth555
12.7k31842
12.7k31842
I'm not seeing the 'BrowserStorage' folder in regedit for Internet Explorer. Is that for a different Windows version (10)?
– pmilkman
yesterday
@pmilkman It seem not set then, as if a GPO target IndexedDB, it would write the setting there. For testing you can create the registry key and set it to 1.
– yagmoth555♦
yesterday
Gotcha. That was me testing on my machine, where IndexedDB works fine. I'll play around with that then.
– pmilkman
yesterday
In Internet option, general, settings, Caches and databases, is the Allow website caches and databases is ticked ?
– yagmoth555♦
yesterday
@pmilkman oh ok, gotcha. I tell the registry location, as it's in HCU (the user can see and edit there usually). You can reverse the GPO for testing on the computer by changing the key if you see something usually. If set by GPO, it will reset at the GPO interval to the setting pushed
– yagmoth555♦
yesterday
|
show 1 more comment
I'm not seeing the 'BrowserStorage' folder in regedit for Internet Explorer. Is that for a different Windows version (10)?
– pmilkman
yesterday
@pmilkman It seem not set then, as if a GPO target IndexedDB, it would write the setting there. For testing you can create the registry key and set it to 1.
– yagmoth555♦
yesterday
Gotcha. That was me testing on my machine, where IndexedDB works fine. I'll play around with that then.
– pmilkman
yesterday
In Internet option, general, settings, Caches and databases, is the Allow website caches and databases is ticked ?
– yagmoth555♦
yesterday
@pmilkman oh ok, gotcha. I tell the registry location, as it's in HCU (the user can see and edit there usually). You can reverse the GPO for testing on the computer by changing the key if you see something usually. If set by GPO, it will reset at the GPO interval to the setting pushed
– yagmoth555♦
yesterday
I'm not seeing the 'BrowserStorage' folder in regedit for Internet Explorer. Is that for a different Windows version (10)?
– pmilkman
yesterday
I'm not seeing the 'BrowserStorage' folder in regedit for Internet Explorer. Is that for a different Windows version (10)?
– pmilkman
yesterday
@pmilkman It seem not set then, as if a GPO target IndexedDB, it would write the setting there. For testing you can create the registry key and set it to 1.
– yagmoth555♦
yesterday
@pmilkman It seem not set then, as if a GPO target IndexedDB, it would write the setting there. For testing you can create the registry key and set it to 1.
– yagmoth555♦
yesterday
Gotcha. That was me testing on my machine, where IndexedDB works fine. I'll play around with that then.
– pmilkman
yesterday
Gotcha. That was me testing on my machine, where IndexedDB works fine. I'll play around with that then.
– pmilkman
yesterday
In Internet option, general, settings, Caches and databases, is the Allow website caches and databases is ticked ?
– yagmoth555♦
yesterday
In Internet option, general, settings, Caches and databases, is the Allow website caches and databases is ticked ?
– yagmoth555♦
yesterday
@pmilkman oh ok, gotcha. I tell the registry location, as it's in HCU (the user can see and edit there usually). You can reverse the GPO for testing on the computer by changing the key if you see something usually. If set by GPO, it will reset at the GPO interval to the setting pushed
– yagmoth555♦
yesterday
@pmilkman oh ok, gotcha. I tell the registry location, as it's in HCU (the user can see and edit there usually). You can reverse the GPO for testing on the computer by changing the key if you see something usually. If set by GPO, it will reset at the GPO interval to the setting pushed
– yagmoth555♦
yesterday
|
show 1 more comment
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f967814%2flooking-up-group-policy-for-ie11-indexeddb%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you have this setup in group policy, you can run rsop.msc and see if you see it listed in that location.
– Nixphoe
May 17 at 19:19