# AlwaysAllowed

> Allow UnityWebRequest to use plain text HTTP connections at all times.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
AlwaysAllowed = 2
```

### Remarks

**Warning:** Plain text HTTP connections are not secure, and can make your application vulnerable to security threats. This option is not recommended.
