diff --git a/code-builder-home/modules/ROOT/pages/urls-to-allow.adoc b/code-builder-home/modules/ROOT/pages/urls-to-allow.adoc index cf28d19a5..8e44ff102 100644 --- a/code-builder-home/modules/ROOT/pages/urls-to-allow.adoc +++ b/code-builder-home/modules/ROOT/pages/urls-to-allow.adoc @@ -8,11 +8,45 @@ Allow URLs to ensure the best performance in Anypoint Code Builder. === Security and Antivirus Software -If you have security and antivirus software, add Anypoint Code Builder to the allowlist. Running real-time antivirus protection software on your operating system can have a negative impact on Anypoint Code Builder performance. Steps to solving these performance issues vary depending on your antivirus software. - -==== Allowlist Recommendation - -Allow or exclude from your antivirus software Anypoint Code Builder, its Java executables, and the Anypoint Code Builder installation and workspace file locations. +If you have security and antivirus software, add Anypoint Code Builder to the allowlist. Running real-time antivirus protection software on your operating system can have a negative impact on Anypoint Code Builder performance, particularly during canvas loading and extension initialization. Continuous disk I/O from real-time scanning causes delays when Mule applications perform intense disk operations. Steps to solving these performance issues vary depending on your antivirus software. + +==== Antivirus Exclusion Paths + +Exclude the following directories and executables from real-time antivirus scanning. The paths vary by operating system. + +[tabs] +==== +Windows:: ++ +-- +Add the following directories to your antivirus exclusion list: + +* `%appdata%\Code` +* `%userprofile%\.vscode` +* `%userprofile%\AnypointCodeBuilder` +* `%userprofile%\.m2` +* `%appdata%\Local\Temp` +* The directory where you store your Mule projects + +Add the following executables to your antivirus exclusion list: + +* `java.exe` +* `javaw.exe` +* `node.exe` +* `Code.exe` +-- +macOS:: ++ +-- +Add the following directories to your antivirus exclusion list: + +* `~/Library/Application Support/Code` +* `~/.vscode` +* `~/AnypointCodeBuilder` +* `~/.m2/repository` +* The directory where you store your Mule projects +-- +==== === Anypoint Code Builder Directories