Skip to content

Commit 4f3fdc5

Browse files
author
Justus H
authored
Update hardcoded CEF whitelist
1 parent 15f99b2 commit 4f3fdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/cefweb/CWebCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ void CWebCore::InitialiseWhiteAndBlacklist(bool bAddHardcoded, bool bAddDynamic)
266266
{
267267
// Hardcoded whitelist
268268
static SString whitelist[] = {"google.com", "youtube.com", "www.youtube-nocookie.com", "vimeo.com", "player.vimeo.com", "code.jquery.com",
269-
"myvideo.com", "mtasa.com", "multitheftauto.com", "mtavc.com", "www.googleapis.com", "ajax.googleapis.com",
269+
"mtasa.com", "multitheftauto.com", "mtavc.com", "www.googleapis.com", "ajax.googleapis.com",
270270
"localhost", "127.0.0.1"};
271271

272272
// Hardcoded blacklist

0 commit comments

Comments
 (0)