Skip to content

Commit dd3931e

Browse files
author
Dutchman101
authored
Fix #1671: Can't watch youtube videos due to non working button (#1676)
1 parent 3ecff02 commit dd3931e

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
@@ -253,7 +253,7 @@ eURLState CWebCore::GetDomainState(const SString& strURL, bool bOutputDebug)
253253
std::lock_guard<std::recursive_mutex> lock(m_FilterMutex);
254254

255255
// Initialize wildcard whitelist (be careful with modifying) | Todo: Think about the following
256-
static SString wildcardWhitelist[] = {"*.googlevideo.com", "*.google.com", "*.youtube.com", "*.ytimg.com", "*.vimeocdn.com"};
256+
static SString wildcardWhitelist[] = {"*.googlevideo.com", "*.google.com", "*.youtube.com", "*.ytimg.com", "*.vimeocdn.com", "*.gstatic.com", "*.googleapis.com", "*.ggpht.com"};
257257

258258
for (int i = 0; i < sizeof(wildcardWhitelist) / sizeof(SString); ++i)
259259
{

0 commit comments

Comments
 (0)