From d2f487efa504fbec609edf47f00ac12234f5339f Mon Sep 17 00:00:00 2001 From: iam-py-test <84232764+iam-py-test@users.noreply.github.com> Date: Wed, 5 Jan 2022 17:29:59 -0500 Subject: [PATCH] Correct the alphabetical order --- Static-filter-syntax.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index abfc8ee..a4af765 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -436,6 +436,12 @@ Instructs uBO filtering engine to perform a case-sensitive match. *** +#### `ping` + +Blocks requests send by the [`ping`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-ping) attribute on links and [Navigator.sendBeacon()](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon). + +*** + #### `popunder` To block "popunders" windows/tabs, where original page is redirected to advertisement and desired content is loaded in newly created one. To be used in the same manner as the `popup` filter option, except that it will block popunders. @@ -500,12 +506,6 @@ Equivalent to `xmlhttprequest` [option](https://adblockplus.org/filters#options) *** -#### `ping` - -Blocks requests send by the [`ping`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-ping) attribute on links and [Navigator.sendBeacon()](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon). - -*** - ## Modifier filters