Skip to content

Commit

Permalink
fix: www.gravatar.com not work (justjavac#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishi321 authored Sep 10, 2021
1 parent 44a2ddf commit 5a2bbfc
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 5a2bbfc

Please sign in to comment.