Skip to content

Commit 9d27aaa

Browse files
committed
Do not use IgnoreQuery
1 parent dca22a6 commit 9d27aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webextensions/edge/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const RepostConfirmationCancelerTalkClient = {
124124
console.log(`* Ignore non-HTTP/HTTPS URL ${url}`);
125125
return false;
126126
}
127-
const urlToMatch = config.IgnoreQueryString ? url.replace(/\?.*/, '') : url;
127+
const urlToMatch = url;
128128

129129
console.log(`* Lookup sections for ${urlToMatch}`);
130130
for (const section of config.Sections) {

0 commit comments

Comments
 (0)