Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 39 additions & 5 deletions code-builder-home/modules/ROOT/pages/urls-to-allow.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down