# allowHTTPDownload

> Obsolete: Use InsecureHttpOption instead. This option is also available in the Player Settings UI.

## Definition

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

> **Warning:**
>
> **Deprecated.** Use PlayerSettings.insecureHttpOption

```csharp
public static bool allowHTTPDownload { get; set; }
```
