Prerequisites
Description of the new feature/enhancement
So, per #1459 I don't really think this list of things to filter is a good heuristic. I often do things like:
$env:token = command-which-outputs-token ; command-which-requires-token-to-function
This filter breaks any sort of idiom like that since depending on the context it might be $env:secret, $env:password, or whatever. I just disable this and I don't think it should be on by default.
Proposed technical implementation details (optional)
Turn off this heuristic, it is very surprising behavior and doesn't really accomplish the intended goal.
Prerequisites
Description of the new feature/enhancement
So, per #1459 I don't really think this list of things to filter is a good heuristic. I often do things like:
This filter breaks any sort of idiom like that since depending on the context it might be $env:secret, $env:password, or whatever. I just disable this and I don't think it should be on by default.
Proposed technical implementation details (optional)
Turn off this heuristic, it is very surprising behavior and doesn't really accomplish the intended goal.