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

Redact search params and fragment from referrer #3908

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 17, 2024

  1. Redact search params and fragment from referrer

    In the referrer URL, the search parameters (following the `?`) and the fragment (following the `#`) might contain personal/sensitive information.
    
    They are already dropped by Plausible server, but I think we could even make them never leave the user's device.
    
    It could be quite frightening for a user observing network requests in their browser's dev tools, to see that sensitive information is sent to Plausible, a third party service they might have never heard of.
    
    Observing that the search params and fragment are not being sent would be reassuring.
    Zwyx committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7dd240b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    15dd4e5 View commit details
    Browse the repository at this point in the history