How to disable left swipe on chromium

I have been trying to disable the swipe gesture that allows users to navigate back to the previous page by swiping left on the screen. I understand that this behavior is related to the “overscroll-history-navigation” flag, but it doesn’t seem to be working as expected.

I have attempted to use the “overscroll-history-navigation” flag to achieve this, but it does not seem to work as intended. Despite setting the flag to false, users can still navigate back to the previous page with a leftward swipe gesture.
for the moment I use the flags: --disable-pinch --enable-automation --kiosk
I also can’t find anything interesting on: List of Chromium Command Line Switches « Peter Beverloo
Best regards,