fix analytics listener
This commit is contained in:
parent
3858546e4e
commit
1d8270ddae
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class AnalyticListener
|
|||
return;
|
||||
}
|
||||
|
||||
if (!in_array(parse_url($url, PHP_URL_SCHEME), ['http', 'https'])) {
|
||||
if (!in_array(parse_url($referer, PHP_URL_SCHEME), ['http', 'https'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue