How to change the file types blocked by Companion in Windows
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
目的
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.
ソリューション
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.