Verified Commit 89aba412 authored by Elliot Forbes's avatar Elliot Forbes 2️⃣ Committed by GitLab
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 070bfd6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ module Labkit
    # HTTPURL - a string field that captures the URL of an HTTP request
    # (scheme, host, and path only - query strings should be omitted
    # to avoid logging sensitive data) for logging purposes.
    # (e.g. "https://example.com/foo) Query strings and fragments (anchors)
    # (e.g. "https://example.com/foo") Query strings and fragments (anchors)
    # must be omitted to avoid logging sensitive information such as tokens
    # or passwords that may appear in query parameters.
    HTTP_URL = "url"