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

[Feature] Exclude path from app / use signature / calculate own hash / whatever works #1727

Open
3 tasks done
RealKodijack opened this issue Feb 20, 2024 · 2 comments
Open
3 tasks done
Labels

Comments

@RealKodijack
Copy link

Checklist

  • I have used the search function to see if someone else has already submitted the same feature request.
  • I will describe the problem with as much detail as possible.
  • This issue only contains a request for one single feature, not multiple (related) features.

App version

3.7.8

Problem you are trying to solve

Programs starting from a temporary place (e.g. "backgrounddownloader.exe" from VisualStudio) ending up in A LOT of requests each day, despite being always the same thing.

Suggested solution

Could be easily solved by:

  • Only appname.exe (no path), maybe in combination with developer/root-folder/product/etc.
  • Using signature from developer as a wildcard (safe but too broad maybe)
  • Calculating a hash of the exe.
  • I don't know :)

Screenshots / Drawings / Technical details

No response

@tormit
Copy link

tormit commented Apr 2, 2024

Please add this feature as soon as possible. It's been annoying issue for long time.
Simplest in coding wise would be just trim the path and check the executable name. I think it would work in most cases.

@Littleweisheit
Copy link

C:\program files (x86)\microsoft\edgewebview\application\128.0.2739.79\msedgewebview2.exe

128.0.2739.79 will change every updates,please add wildcard feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants