el1t / uBlock-Safari

uBlock Origin - An efficient blocker for Chromium, Firefox, and Safari. Fast and lean.
GNU General Public License v3.0
2.74k stars 100 forks source link

Dynamic filters rules are not working #117

Closed sCreami closed 6 years ago

sCreami commented 6 years ago

Describe the issue

The dynamic filtering rules do not react to anything. When I visited a french dictionnary online, the website was packed with third-party javascripts slowing down everything. So I tried to filter them using the dynamic filters, but nothing worked. Not a single connection request was filtered by these

larousse.fr * 1p-script block
larousse.fr * 3p block
larousse.fr * 3p-frame block
larousse.fr * 3p-script block
larousse.fr * inline-script block

So I tried to be more general with

larousse.fr * * block

Yet nothing, so

* * * block

And still nothing, I tried to navigate on different websites and no reaction. Then I admitted that I have been defeated and added this line to the static filters.

larousse.fr/$script,inline-script,third-party,first-party

It's better than nothing because at least it works. Now I'm here to report my story for someone who would be kind enough to hear it.

One or more specific URLs where the issue occurs

larousse.fr

Screenshot in which the issue can be seen

N/A

Your settings

screen shot 2018-05-12 at 17 22 16 screen shot 2018-05-12 at 17 06 02 screen shot 2018-05-12 at 17 06 08
sCreami commented 6 years ago

My bad, I didn't read the "Advanced-user-features" documentation where is written

Dynamic filtering engine is completely turned off when you un-check the setting "I am an advanced user".

It actually works.