// Copyright (C) Microsoft Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "stdafx.h" #include #include #include #include #include "ProcessComponent.h" #include "ScriptComponent.h" #include "CheckFailure.h" #include "TextInputDialog.h" using namespace Microsoft::WRL; //! [AdditionalAllowedFrameAncestors_1] const std::wstring myTrustedSite = L"https://appassets.example"; const std::wstring siteToEmbed = L"https://www.microsoft.com"; // The trusted page is using