Allow disabling URL redaction #325
Unanswered
HamsterExAstris
asked this question in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the importer tool from Azure DevOps is redacting URLs that it doesn't need to:
https://api-test.example.com
becameREDACTED-test.example.com
,https://dev.azure.com/<organization name part 1>-<organization name part 2>-<organization name part 3>
becameREDACTED-<organization name part 2>-<organization name part 3>
)https://go.microsoft.com/fwlink/
(e.g.https://go.microsoft.com/fwlink/?linkid=2215160
becameREDACTED?linkid=2215160
)https://spsprodcus
(e.g.https://spsprodcus5.vssps.visualstudio.com
becameREDACTED5.vssps.visualstudio.com
)gh actions-importer list-features
doesn't list this as something that can be disabled or configured. It would be helpful if the importer could be stopped from mangling these (non-secret!) strings?Beta Was this translation helpful? Give feedback.
All reactions