Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing trusted URL entry for String Loader and Image Loading #209

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion Docs/docs/worlds/udon/image-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ There are a few Image Loader limits and parameters you should know:
And only certain domains are allowed. If a domain is not on the list, images will not download unless **Allow Untrusted URLs** has been enabled in the user's settings.

- Discord (`cdn.discordapp.com`)
- Dropbox (`dl.dropbox.com`)
- DisBridge (`*.disbridge.com`)
- Dropbox (`dl.dropbox.com`,`dl.dropboxusercontent.com`)
- GitHub (`*.github.io`)
- ImageBam (`images4.imagebam.com`)
- ImgBB (`i.ibb.co`)
Expand All @@ -39,6 +40,7 @@ And only certain domains are allowed. If a domain is not on the list, images wil
- Postimages (`i.postimg.cc`)
- Reddit (`i.redd.it`)
- Twitter (`pbs.twimg.com`)
- VRCDN (`*.vrcdn.cloud`)
- VRChat (`assets.vrchat.com`)

## UdonGraph Nodes
Expand Down
4 changes: 3 additions & 1 deletion Docs/docs/worlds/udon/string-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ If a site is not on the list, it will not download unless ‘Allow Untrusted URL

The following URLs are available:

* DisBridge (`*.disbridge.com)
* GitHub (`*.github.io`)
* Pastebin (`pastebin.com`)
* Github Gist (`gist.githubusercontent.com`)
* Pastebin (`pastebin.com`)
* VRCDN (`*.vrcdn.cloud`)

## Guides

Expand Down