# Application Bypass List

### The Application Bypass List is a list of apps that the dope.swg will not apply policy to. These are normally applications that break when proxied. To do this, you just need to tell dope.swg which ones you want to allow.

## Default Application Bypass List

At dope.security we always put customer experience first. That’s why we have created a list of applications that we know will break when proxied. The applications in our default bypass list will automatically be bypassed in all of your policies. You can review the list by selecting the default tab in the Application Bypass section.

<figure><img src="/files/8WptvRwN4SNCnbr4XBSw" alt=""><figcaption><p>Default Application Bypass List</p></figcaption></figure>

If there is any application in the list that you do not want to include in the bypass list then select the dropdown from the traffic column and select “Do Not Bypass.”

<figure><img src="/files/XAZQOKqDSdjHJfLWdyCX" alt=""><figcaption><p>Do Not Bypass</p></figcaption></figure>

## Add a URL to the Custom Bypass List

There maybe other URLs that you discover that you want to bypass. These can be added to your own custom bypass list.

To add a App Bypass, select the custom tab and start typing in the “Assign a new application...” field or select the Add App Bypass button <img src="/files/SNdxbRacuuFzT7fai5dF" alt="" data-size="line"> on the right hand panel. Now simply enter the Application that you need to bypass and select enter or tab.

<figure><img src="/files/oKgQl4F6OaU47Yq5ivqM" alt=""><figcaption><p>Add Application to the Custom Bypass List</p></figcaption></figure>

The final step to complete the addition of the application is to save the policy.

![Save Button](/files/u9XYdLJ7oggpdQQ2fJmW)

{% hint style="info" %}
If you enter `.exe` or `.msi` as an extension the console will automatically assign this to be a windows process. All other processes will be assigned to macOS.
{% endhint %}

{% hint style="info" %}
By adding an application name to the list it will bypass all applications with this name. You can add the path to a specific application that you want to bypass e.g. `usr/bin/example_app`.
{% endhint %}

Each policy can have its own list of allowed applications. The Base Policy bypass list is the default for any other policy created but dope.swg lets you change this and add acceptable apps to suit your requirements.

{% hint style="info" %}
You cannot use wild cards on the Application Bypass List.
{% endhint %}

You can see in the policy view which apps are macOS and which are windows.

### Delete Application

You can delete any application from this list whenever you want. Simply select the application you want to delete and from the right hand panel select the Delete option.

![](/files/PWB0OU2NfkHx2IfkHzsr)

After you have deleted the application the policy will need to be saved.

![](/files/u9XYdLJ7oggpdQQ2fJmW)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://inflight.dope.security/dope.console/dope.swg-policy/application-bypass-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
