We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf5c987 + a91ba11 commit 014ce7cCopy full SHA for 014ce7c
extensions/chromium/pdfHandler.js
@@ -227,8 +227,10 @@ async function isHeaderConditionSupported() {
227
addRules: [
228
{
229
id: ruleId,
230
- urlFilter: "|does_not_match_anything",
231
- condition: { responseHeaders: [{ header: "whatever" }] },
+ condition: {
+ responseHeaders: [{ header: "whatever" }],
232
+ urlFilter: "|does_not_match_anything",
233
+ },
234
action: { type: "block" },
235
},
236
],
@@ -244,8 +246,10 @@ async function isHeaderConditionSupported() {
244
246
245
247
248
- condition: { responseHeaders: [] },
249
250
+ responseHeaders: [],
251
252
253
254
255
0 commit comments