Skip to content

Commit

Permalink
Don't let beamer change favicon url
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegidish-saucelabs committed Jul 25, 2024
1 parent 7e5851e commit 8f665a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/beamer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ module.exports = function (context) {
product_id : 'WyhkZHOU27797',
${selector},
${display},
callback: function() {
setTimeout(function() {
window.Beamer.enableFaviconNotification = false;
}, 0);
},
};`,
},
{
Expand Down

0 comments on commit 8f665a7

Please sign in to comment.