How to change the file types blocked by Companion in Windows
Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Purpose
Atlassian Companion, which is used for editing files in Confluence, blocks users from editing files that may pose a security risk, such as executable files. Companion will not open any file with a COM
, .EXE
, .BAT
, or .CM
D file extension. Companion will also refuse to open any file that has no default application associated with it, and has a file extension listed in the PATHEXT
environment variable. The default value of this environment variable is:
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
You can further limit the files that companion is allowed to open in Windows by setting the COMPANION_BLOCK_LIST
environment variable. This change must be made on each individual user's computer. There's no way to set this for all users in your site. This environment variable is only available in Atlassian Companion 1.0.0 and later.
Solution
To set the COMPANION_BLOCK_LIST
environment variable:
- In Windows settings, search for Environment Variables and choose either Edit the system environment variables or Edit the environment variables for your account.
- Click the Environment Variables button.
- Click New'.
In the Variable name field, enter '
COMPANION_BLOCK_LIST
'.
In the Variable value field, enter the file extensions you wish to block, separated by a semicolon as follows. In this example we're blocking Photoshop and Visio files..PSD;.VSD
- Restart Atlassian Companion app.