Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<Settings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AutoChangeInvalidSite>true</AutoChangeInvalidSite>
  <EnableSecureJson>false</EnableSecureJson>
  <DisableBundleOptimizations xsi:nil="true" />
  <DisableHtmlCache>false</DisableHtmlCache>
  <ProfileConfigLogLevel xsi:nil="true" />
  <Whitelist name="Publish" local="true" proxy-headers="HTTP_X_FORWARDED_FOR">
	<Address proxy="111.22.33.01,111.22.33.92">187.45.32.19</Address>
  </Whitelist>
  <OfflineViewSynchronizationEnabled>false</OfflineViewSynchronizationEnabled>
</Settings>

...