Forum Discussion
Tom_Fox
Jul 30, 2021Iron Contributor
ExemptDomainFileTypePairsFromFileTypeDownloadWarnings policy
I am trying to configure the ExemptDomainFileTypePairsFromFileTypeDownloadWarnings policy to allow EML and MSG attachments from our HR systems to be downloaded automatically, without having to allow ...
astee1280
Mar 28, 2022Copper Contributor
Please share the syntax. Thanks
shocol
Mar 28, 2022Copper Contributor
Sure! Create (2) keys under: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
Under AutoOpenFileTypes, create a string and name it "1" and add value "jnlp" no quotes
Create another string under: ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
Also named "1" with the following value:
{"file_extension": "jnlp", "domains": ["yourDomain"]}
That's it! Hope this works for you!
-Shon