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 23, 2022Copper Contributor
shocol
Mar 23, 2022Copper Contributor
I finally got this to work, incase you or anyone else want to know how I did it let me know!
-Shon
- shocolMar 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
- astee1280Mar 28, 2022Copper ContributorPlease share the syntax. Thanks