Skip to content

Commit

Permalink
fix: www.gravatar.com not work (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishi321 authored Sep 10, 2021
1 parent b4f3bed commit 125640f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ chrome.webRequest.onBeforeRequest.addListener(
"*://fonts.gstatic.com/*",
"*://www.google.com/recaptcha/*",
"*://secure.gravatar.com/*",
"*://www.gravatar.com/*",
"*://maxcdn.bootstrapcdn.com/bootstrap/*",
],
},
Expand Down

0 comments on commit 125640f

Please sign in to comment.