We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10219e1 commit abece7cCopy full SHA for abece7c
src/Plugin.php
@@ -46,7 +46,7 @@ public function boot(): void
46
47
public function onInit(): void
48
{
49
- $tracking = $this->trackingRules->hasExcludedIp();
+ $tracking = ! $this->trackingRules->hasExcludedIp();
50
51
if ($tracking && $this->settings->get(SettingName::NOSCRIPT)) {
52
AddNoScriptTag::register();
0 commit comments