Skip to content

Commit

Permalink
Merge pull request #22 from telekom/feature/safari-support
Browse files Browse the repository at this point in the history
Added Safari as supported browser
  • Loading branch information
martingrossmann authored Sep 7, 2022
2 parents 1d53969 + 255ceee commit 3f2f373
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ public class SelenoidVideoHook implements ModuleHook, Loggable {
Browsers.chrome,
Browsers.chromeHeadless,
Browsers.firefox,
Browsers.edge
Browsers.edge,
Browsers.safari
};

@Override
Expand Down

0 comments on commit 3f2f373

Please sign in to comment.