Currently for cross-site requests like "www.example.com?fbclid==", we don't remove fbclid even though it's marked as a blocked parameter in the code. fbclid is one of the many blocked parameters the same is true also for other parameters listed in the code. Please see this comment for more context around this.
We should remove the parameter even if the value was only "==".
Currently for cross-site requests like "www.example.com?fbclid==", we don't remove fbclid even though it's marked as a blocked parameter in the code.
fbclidis one of the many blocked parameters the same is true also for other parameters listed in the code. Please see this comment for more context around this.We should remove the parameter even if the value was only "==".