acrisci / simple-breakpad-server

Simple breakpad crash reports collecting server
https://www.npmjs.com/package/simple-breakpad-server
MIT License
67 stars 29 forks source link

prevent public viewing of crash reports #10

Closed noahott closed 7 years ago

noahott commented 7 years ago

Is it possible to require a password or somehow otherwise prevent unauthorized access to view the reports while still allowing new reports to be submitted?

noahott commented 7 years ago

never mind, i thought about this a bit more and using nginx as a reverse proxy to block everything but post requests (except for my ip address) should suffice.