You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when setting up the origin configuration for the fair analytics server that the server side logic doesn't make much sense. It's not possible for the origin configuration to equal both the host and hostname at the same time, and it shouldn't equal either of those since the origin header actually needs to include the network protocol (http:// or https://).
I gave a go at fixing it in my fork and I could make a PR if you'd like: benwiley4000@15eb9b6
The text was updated successfully, but these errors were encountered:
I noticed when setting up the
origin
configuration for the fair analytics server that the server side logic doesn't make much sense. It's not possible for the origin configuration to equal both the host and hostname at the same time, and it shouldn't equal either of those since the origin header actually needs to include the network protocol (http:// or https://).I gave a go at fixing it in my fork and I could make a PR if you'd like: benwiley4000@15eb9b6
The text was updated successfully, but these errors were encountered: