-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
BugFor errors / faults / flaws / inconsistencies etc.For errors / faults / flaws / inconsistencies etc.
Milestone
Description
Configuration seems OK to me.
Debugging Nonce::verifyNonce()
I noticed:
self::getOrigin();
returns'https://somedomain.org:443'
self::getAcceptableOrigins()
returnsarray('http://somedomain.org', 'https://somedomain.org')
Thus, the returned origin is not found in the acceptable origins array.
Note the missing ports in the acceptable origins.
Matomo version 3.13.6.
Metadata
Metadata
Assignees
Labels
BugFor errors / faults / flaws / inconsistencies etc.For errors / faults / flaws / inconsistencies etc.