Skip to content

Commit abece7c

Browse files
committed
fix
1 parent 10219e1 commit abece7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function boot(): void
4646

4747
public function onInit(): void
4848
{
49-
$tracking = $this->trackingRules->hasExcludedIp();
49+
$tracking = ! $this->trackingRules->hasExcludedIp();
5050

5151
if ($tracking && $this->settings->get(SettingName::NOSCRIPT)) {
5252
AddNoScriptTag::register();

0 commit comments

Comments
 (0)