darold / pgbadger

A fast PostgreSQL Log Analyzer
http://pgbadger.darold.net/
PostgreSQL License
3.49k stars 349 forks source link

Use https for explain URL by default #772

Closed der-eismann closed 1 year ago

der-eismann commented 1 year ago

Opening the generated HTML reported on a server makes Chrome complain with:

Mixed Content: The page at 'https://example.com/…' was loaded over a secure connection, but contains a form that targets an insecure endpoint 'http://explain.depesz.com/'. This endpoint should be made available over a secure connection.

Since explain.depesz.com works over HTTPS there is no reason not to use it by default.

darold commented 1 year ago

Thanks.