Don't strip imgix rendering parameters

Description of the issue: Brave is stripping Imgix query parameters from images in Brave Search.

This causes Imgix images to break in search results.

Brave Version (check About Brave): Version 1.76.74 Chromium: 134.0.6998.89 (Official Build) (arm64) (though it should happen in all browsers)

Operating System: Windows ARM (though it should happen in all OS’s)

Steps to see issue:

  1. In Brave search
  2. Search for Imgix Rendering API (example)
  3. See the Imgix docs thumbnail result
  4. It’s blank
  5. Expected image: https://assets.imgix.net/og/imgix-intro-card.png?w=1200&h=630&fit=scale&markpad=0&txtalign=center&txtpad=200&txtfit=max&txtsize=100&txtclr=fff&txtfont64=QXZlbmlyIE5leHQgRGVtaSwgQm9sZA&txt64=RG9jdW1lbnRhdGlvbg==&markalign=center&mark-y=150&mark64=aHR0cHM6Ly9hc3NldHMuaW1naXgubmV0L2xvZ28yMDI0Z3JhZGllbnQucG5nP3c9NjQw&blend-mode=normal&blend-y=450&blend64=aHR0cHM6Ly9hc3NldHMuaW1naXgubmV0L350ZXh0P3R4dC1hbGlnbj1jZW50ZXImZm09cG5nJnR4dC1zaXplPTUwJnR4dGZvbnQ2ND1RWFpsYm1seUlFNWxlSFFnUkdWdGFTd2dRbTlzWkEmdz0xMDAwJnR4dC1jb2xvcj1mZmYmdHh0NjQ9UVZCSmN5d2dWSFYwYjNKcFlXeHpMQ0JIZFdsa1pYTWdZVzVrSUZORVMzTQ==

Other notes: I expect that this happens because Brave is stripping tracking parameters. Is there an allowlist of parameters somewhere? If there is, can we add our parameters to that list? The list of Rendering API parameters can be found here:
https://github.com/zebrafishlabs/image-api-spec

There are likely a lot of other Imgix users using these parameters to display OG images. Likely they’re all breaking in search results.