Skip to end of banner
Go to start of banner

Configuration - Cloud

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Global Configuration 

ParameterDescription
Restrict URL accessWith version 3.3.0, a new configuration parameter, Restrict URL access is available. This parameter controls whether or not the URL parameter on the markdown-url macro must conform to the Confluence Whitelist, provided whitelisting is enabled. Confluence allows administrators to turn on whitelisting to restrict access to URLs configured in the Whitelist settings. 

Allow JavaScript

This option controls JavaScript usage in the Markdown apps. Enabling this option allows you to execute JavaScript within the macros. Since version 3.4.

  • You can also control JavaScript usage on pages that use Markdown apps. To restrict the usage of JavaScript in the Markdown macros from the Macro Security for Confluence Configuration page:
    • Enable the markdown.allowJavaScript macro for markdown macro.
    • Enable the markdown-url.allowJavaScript macro for markdown-url macro.
    • Enable the markdown-attachment.allowJavaScript macro for markdown-attachment macro.

To enable these macros, refer to Macro Security Configuration.

Help Us Improve the Product

Enabling this option reports usage data that helps us improve the app continually. The app does not send any private user data or personally identifiable information. To learn more about what is being sent, refer to Analytics DataSince version 3.4.

Profiles

ParameterDescription
Profiles

Profiles are configured by the administrators and consist of a common set of parameters that allow users to choose a profile in markdown-url macro. Here are some advantages of using profiles:

  • Profiles allow user authentication required by some URLs to be hidden from page viewers and editors. Only Confluence administrators have access to this information.
  • Enables macro editors to quickly configure the macro by reusing a shared definition for URL access. 
  • Relative addressing can be used making the page content less likely to require changes when base URLs are relocated. 
    • Macro configured URL (that is not a full URL) is appended to the profile provided URL.
  • No labels