mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1769] Add option to scrub credentials when exporting to gist #1762
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1762
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dddavbeck on GitHub (Sep 13, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1769
Originally assigned to: @NghiaTranUIT on GitHub.
Description
I really love the ability to export to a gist. However our security team is not comfortable with me using it because even though I am creating private gist, credentials are still being shared to external servers (Github's) and if the link was exposed anyone would be able to access those credentials.
Number 1 is the ability to scrub credentials.
AuthorizationandCookieheaders should be removed before publishing to gist at a bare minimum, but being able to define other headers would be helpful as well.Additionally, an option to copy the url to the clipboard instead of opening it in a web browser would be nice.
@NghiaTranUIT commented on GitHub (Sep 14, 2023):
It's reasonable to censor user credentials by default. I will add it and send a Beta build soon 👍
@NghiaTranUIT commented on GitHub (Sep 14, 2023):
@dddavbeck if you don't mind, let's try this build: https://download.proxyman.io/beta/Proxyman_4.11.0_Improve_Gist_v2.dmg
@dddavbeck commented on GitHub (Sep 14, 2023):
Oh man this is awesome! Just gave it a try and it works great.