ankane / pghero

A performance dashboard for Postgres
MIT License
8.16k stars 452 forks source link

Anonymize explain input #496

Open saturnflyer opened 6 months ago

saturnflyer commented 6 months ago

I'm using pghero behind a WAF that rejects form submissions with SQL and wanted to look into adding a hook into pghero so that I could do something like base64 encode the query and decode it in the controller or... something.

But I wanted to ask here if that would be considered as an addition or if any thought had been put into something like that before.