How to disable 'Deceptive content and dangerous software protection' function on android

I encountered the same issue today and finally found the solution to disable the content block:

  1. Access about:config from chrome://geckoview/content/config.xhtml
    Source: About:config missing - #47 by Ash9
  2. Optionally, you can enable about:config permanently by setting general.aboutConfig.enable to true.
  3. Search for safebrowsing and toggle the option that may be relevant to the blocking. This requires some trial and error because there are so many possible reasons for the block. For my specific case, setting browser.safebrowsing.malware.enabled to false solves the problem.