Closed alexeybokov closed 3 months ago
We are discontinued this feature, we just forgot to remove it from the UI.
If you want to filter incoming requests based on Origin
header, you should do that with Jitsu Functions. See headers
field of FunctionContext
The Authorized JavaScript Domains setting in the stream configuration is not working as expected. Events from unauthorized domains are still being tracked, even though they are not listed in the Authorized JavaScript Domains field.
Steps to Reproduce:
Expected Behavior: Events should only be tracked from domains listed in the Authorized JavaScript Domains field. Events from test.com should not be tracked in this scenario.
Actual Behavior: Events from test.com are being tracked, indicating that the Authorized JavaScript Domains setup is being ignored.
System configuration and versions
Artifacts (logs, etc)