Skip to content

Commit

Permalink
Merge pull request #1538 from brave/autoplay-exceptions
Browse files Browse the repository at this point in the history
Allow Auto-play on rainway and cheddar.com
  • Loading branch information
bbondy authored Feb 1, 2019
2 parents 782aab8 + 8bd98d8 commit e60738d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions renderer/brave_content_settings_observer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ bool BraveContentSettingsObserver::AllowAutoplay(bool default_value) {
"[*.]pscp.tv",
"[*.]hangouts.google.com",
"[*.]meet.google.com",
"[*.]rainway.com",
"[*.]rainway.io",
"[*.]cheddar.com",
};
for (const auto& pattern : kWhitelistPatterns) {
if (ContentSettingsPattern::FromString(pattern).Matches(primary_url))
Expand Down

0 comments on commit e60738d

Please sign in to comment.