We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found some other useful Chromium flags that I needed in one of my company's products and thought you might find them interesting too.
RPI hardware acceleration:
--enable-accelerated-video-decode --enable-gpu-rasterization --enable-oop-rasterization --ignore-gpu-blocklist
Hardening:
--disable-features=OverscrollHistoryNavigation --disable-pinch
The text was updated successfully, but these errors were encountered:
Wow, nice, thank you!
Sorry, something went wrong.
@she11sh0cked @jareware how to I set these?
Never mind, I found it: (pasting it here for other people like me :D)
nano ~/.xsession
No branches or pull requests
I found some other useful Chromium flags that I needed in one of my company's products and thought you might find them interesting too.
RPI hardware acceleration:
Hardening:
The text was updated successfully, but these errors were encountered: