Skip to content

Whitelist

Vurv edited this page Jun 7, 2023 · 2 revisions

Guidelines

Sites cannot track users / do any scummy shit with your data unless they're a massive corporation that you really can't avoid anyways.
So don't think about PRing your own website

Also these have to do with audio since this is WebAudio

Custom Whitelist

Create a file named webaudio_whitelist.txt in your data folder to overwrite the default whitelist (see WHITELIST.md), works on the server box or on your client.

Example

pattern %w+%.sndcdn%.com
simple translate.google.com

The pattern means it uses lua patterns.
This is necessary in some cases when websites have multiple valid urls.

Why isn't Discord whitelisted?

  1. There was an exploit to bypass the whitelist
  2. Need HTTP to patch this exploit
  3. Discord blocks gmod/steam http

So either Discord needs to get their shit together, or Facepunch makes a valid patch so I don't need HTTP to check for this exploit. Both unlikely.

Clone this wiki locally