I figured this out and thought I’d share it. Write this command in your terminal
defaults write com.brave.Browser AppleEnableSwipeNavigateWithScrolls -bool FALSE
Then restart Brave.
You can also check the current config with:
defaults read com.brave.Browser
And I haven’t tried it yet but I’m 99% sure you enable the gesture with
defaults write com.brave.Browser AppleEnableSwipeNavigateWithScrolls -bool TRUE