Allow is an array, so you need to do it as one item: "Allow": ["http://arcgis.com/", "https://arcgis.com/"],
When things are duplicated in JSON, it picks the last one. Mike On Thu, May 28, 2020 at 10:40 AM Eddie Rowe <[email protected]> wrote: > Our policies.json is setup as follow and has not changed since created at > the end of 2019: (just a snippet) > > > > "Cookies": { > > "Allow": ["http://arcgis.com/"], > > "Allow": ["https://arcgis.com/"], > > "Default": true, > > "AcceptThirdparty": "never", > > "ExpireAtSessionEnd": true, > > "Locked": false > > }, > > > > But Firefox ESR 68.8.0 (x64) does not show both the http site and the > AcceptThirdParty does not appear in about:policies. Do I have a syntax > issue? > _______________________________________________ > Enterprise mailing list > [email protected] > https://mail.mozilla.org/listinfo/enterprise > > To unsubscribe from this list, please visit > https://mail.mozilla.org/listinfo/enterprise or send an email to > [email protected] with a subject of "unsubscribe" >
_______________________________________________ Enterprise mailing list [email protected] https://mail.mozilla.org/listinfo/enterprise To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise or send an email to [email protected] with a subject of "unsubscribe"

