Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send entire url when logging type is set to domain #236

Closed
wants to merge 1 commit into from

Conversation

jvelezpo
Copy link
Contributor

Fixes #235

Send entire URL when logging type is set to url and mode is whitelist only

@alanhamlett
Copy link
Member

I don't see where it checks the logging type setting (url or domain) in the getHeartbeat function. Where does it decide to send only the domain vs the full url?

@jvelezpo
Copy link
Contributor Author

I don't see where it checks the logging type setting (url or domain) in the getHeartbeat function. Where does it decide to send only the domain vs the full url?

We are always sending the full url, and type is set to domain or url, the BE is doing the job to convert the url value based on the type that it receives

@alanhamlett
Copy link
Member

The backed doesn't filter entity based on entity type, and for privacy reasons we only want to send the domain unless set on the client to send the full url.

Copy link
Member

@alanhamlett alanhamlett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should only send domain when set to domain, and sent full url when set to entire url, irregardless of whitelist.

@alanhamlett
Copy link
Member

No longer necessary after refactoring in #265.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix logging type entire url
2 participants