Skip to content

Stop sending safe browsing requests when safe browsing is disabled

Michael Catanzaro requested to merge mcatanzaro/#1373 into master

We check if ENABLE_GSB is defined, then go ahead and enable it when we see it is defined to 0. Oops. It's always defined, so let's check its value instead.

Then avoid a crash that would otherwise occur when it is NULL.

Fixes #1373 (closed)

Merge request reports