We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca22a6 commit 9d27aaaCopy full SHA for 9d27aaa
webextensions/edge/background.js
@@ -124,7 +124,7 @@ const RepostConfirmationCancelerTalkClient = {
124
console.log(`* Ignore non-HTTP/HTTPS URL ${url}`);
125
return false;
126
}
127
- const urlToMatch = config.IgnoreQueryString ? url.replace(/\?.*/, '') : url;
+ const urlToMatch = url;
128
129
console.log(`* Lookup sections for ${urlToMatch}`);
130
for (const section of config.Sections) {
0 commit comments