Skip to content

Commit

Permalink
PreRelease 1.5.60
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomazPom committed Sep 16, 2024
1 parent 61bfeaf commit 4e39b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -2545,7 +2545,7 @@ background: {
allFrames: true
};
if(uDark.browserInfo.Mozilla_Firefox>=128){
defaultCS.matchOriginAsFallback=true
defaultCS.matchOriginAsFallback=true // This crucial feature is only available since FF 128
}
if(uDark.userSettings.properBlackList.length){
defaultCS.excludeMatches = uDark.userSettings.properBlackList;
Expand Down

0 comments on commit 4e39b07

Please sign in to comment.