diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/uwp/Package.appxmanifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/uwp/Package.appxmanifest b/cpp/test/uwp/Package.appxmanifest index 60d5d7a7479..812cc643577 100644 --- a/cpp/test/uwp/Package.appxmanifest +++ b/cpp/test/uwp/Package.appxmanifest @@ -31,6 +31,7 @@ <Extension Category="windows.certificates"> <Certificates> <Certificate StoreName="Root" Content="cacert.der" /> + <TrustFlags ExclusiveTrust="true" /> </Certificates> </Extension> </Extensions> |