view Applications/StoneWebViewer/WebApplication/configuration.json @ 1697:c2802561d7f9

"PrintEnabled" configuration option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2020 09:47:46 +0100
parents 572652803929
children 8805a6a01655
line wrap: on
line source

{
  /**
   * Enables/disables the print button.
   **/
  "PrintEnabled" : true,

  /**
   * The allowed origin for messages corresponding to dynamic actions
   * triggered by another Web page using "window.postMessage()". The
   * special value "*" will allow any origin, which is an insecure
   * value to be used only during development. If this option is not
   * set, all the requests for dynamic actions will be rejected.
   * https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage
   **/
  "ExpectedMessageOrigin" : "http://localhost:8042"
}