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 e1ac806 commit efdada9Copy full SHA for efdada9
src/Plugin.php
@@ -46,7 +46,7 @@ public function boot(): void
46
47
public function onInit(): void
48
{
49
- $tracking = $this->trackingRules->hasExcludedIp() && $this->trackingRules->hasExcludedUserRole();
+ $tracking = ! $this->trackingRules->hasExcludedIp() && ! $this->trackingRules->hasExcludedUserRole();
50
51
if ($tracking && $this->settings->get(SettingName::NOSCRIPT)) {
52
AddNoScriptTag::register();
0 commit comments