From 7454e4fe769b5148309b8a932fbf2bc03b41b376 Mon Sep 17 00:00:00 2001 From: liangxiaozhen <liangxiaozhen> Date: 星期日, 06 八月 2023 19:06:33 +0800 Subject: [PATCH] G级页面简单修改 --- force-app/main/default/sites/Consumable.site-meta.xml | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/sites/Consumable.site-meta.xml b/force-app/main/default/sites/Consumable.site-meta.xml new file mode 100644 index 0000000..149b6af --- /dev/null +++ b/force-app/main/default/sites/Consumable.site-meta.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CustomSite xmlns="http://soap.sforce.com/2006/04/metadata"> + <active>true</active> + <allowGuestPaymentsApi>false</allowGuestPaymentsApi> + <allowHomePage>false</allowHomePage> + <allowStandardAnswersPages>false</allowStandardAnswersPages> + <allowStandardIdeasPages>false</allowStandardIdeasPages> + <allowStandardLookups>false</allowStandardLookups> + <allowStandardPortalPages>true</allowStandardPortalPages> + <allowStandardSearch>false</allowStandardSearch> + <authorizationRequiredPage>CommunitiesLogin</authorizationRequiredPage> + <bandwidthExceededPage>BandwidthExceeded</bandwidthExceededPage> + <browserXssProtection>true</browserXssProtection> + <clickjackProtectionLevel>SameOriginOnly</clickjackProtectionLevel> + <contentSniffingProtection>true</contentSniffingProtection> + <cspUpgradeInsecureRequests>true</cspUpgradeInsecureRequests> + <enableAuraRequests>true</enableAuraRequests> + <fileNotFoundPage>FileNotFound</fileNotFoundPage> + <genericErrorPage>Exception</genericErrorPage> + <inMaintenancePage>InMaintenance</inMaintenancePage> + <indexPage>CommunitiesLanding</indexPage> + <masterLabel>Consumable绯荤粺</masterLabel> + <referrerPolicyOriginWhenCrossOrigin>true</referrerPolicyOriginWhenCrossOrigin> + <requireHttps>true</requireHttps> + <selfRegPage>CommunitiesSelfReg</selfRegPage> + <serverIsDown>SNA_Demo1_sf_default_cdn_PqhAN</serverIsDown> + <siteAdmin>linktan@deloitte.com.olympus</siteAdmin> + <siteGuestRecordDefaultOwner>linktan@deloitte.com.olympus</siteGuestRecordDefaultOwner> + <siteType>ChatterNetwork</siteType> + <subdomain>ocm</subdomain> + <urlPathPrefix>consumable</urlPathPrefix> +</CustomSite> -- Gitblit v1.9.1