Confluence 5.7 has reached end of life
Check out the [latest version] of the documentation
Confluence administrators can choose to allow incoming and outgoing connections and content from specified sources for use in the RSS macro, HTML Include macro and gadgets, by adding URLs to the whitelist.
Confluence will display an error if content has been added that is not from an allowed source, and prompt the user to add the URL to the whitelist.
Application links are automatically added to the whitelist. You do need to manually add them.
Note: The HTML Include macro is disabled by default.
To add a URL to the whitelist:
Your URL or expression appears in the whitelist.
To test that your whitelisted URL is working as expected you can enter a URL in the Test a URL field. Icons will indicate whether incoming and / or outgoing traffic is allowed for that URL.
When adding a URL to the whitelist, you can choose from a number of expression types.
Type | Description | Example |
---|---|---|
Domain name | Allows all URLs from the specified domain. | http://www.example.com |
Exact match | Allows only the specified URL. | http://www.example.com/thispage |
Wildcard Expression | Allows all matching URLs. Use the wildcard * character to replace one or more characters. | http://*example.com |
Regular Expression | Allows all URLs matching the regular expression. | http(s)?://www\.example\.com |
Allow Incoming enables CORS requests from the specified origin. The URL must match the format scheme://host[:port]
, with no trailing slashes (:port
is optional). So http://example.com/
would not allow CORS requests from the domain example.com
.
The whitelist is enabled by default. You can choose to disable the whitelist however this will allow all URLs, including malicious content, and is not recommended.
To disable the whitelist:
All URLs will now be allowed. Unless your instance is running in an environment without internet access, we do not recommend disabling the whitelist.