# Access control and security

From v40 of the M2 platform, the WebUI browser will respect the access policy configured in the `External URLs` section of each project's admin dashboard, so it behaves the same as any other web request. If you have any access controls set up then you will need to add any domains to the allow list.

<figure><img src="/files/ulCwHUviLAipReh4Yje8" alt=""><figcaption></figcaption></figure>

### Displaying local content

If you're using the web browser to display any local content, e.g. with `Load File`, you **must** have the access policy set to `Allow content to access all external URLs`. If you don't then the request will be blocked and the content will not display.

This is to help protect against fishing exploits due to spoofing websites, or by using the web browser to bypass any access controls that would block other web requests.


---

# 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://docs.otherside.xyz/platform-documentation/creation/unreal-development/features-and-tutorials/web-browser/access-control-and-security.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.
