mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Merge branch 'kasen/core' into v0860-kasen-release+freshstart
This commit is contained in:
commit
edfce861a8
1 changed files with 1 additions and 1 deletions
|
@ -2359,7 +2359,7 @@ void ScriptEngine::entityScriptContentAvailable(const EntityItemID& entityID, co
|
|||
}
|
||||
else {
|
||||
// IF YOU FUCK UP, DELETE FROM HERE TO...
|
||||
QList<QString> safeURLS = { "https://animedeck.com/", "http://animedeck.com/" };
|
||||
QList<QString> safeURLS = { "https://FAKEURL.t43wt4g4g44FAKE" };
|
||||
safeURLS += qEnvironmentVariable("EXTRA_WHITELIST").split(QRegExp("\\s*,\\s*"), QString::SkipEmptyParts);
|
||||
|
||||
bool isInWhitelist = false; // assume unsafe
|
||||
|
|
Loading…
Reference in a new issue