Replies: 1 comment 4 replies
-
Is this still needed on version 88? They've changed the plugin code, so I'm not sure what the status is for NaCl. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
pdf-plugin-name
flag is used to set the PDF flag depending on the browser we want to set it to. When set tochrome
, this changes the PDF plugins fromChromium
toChrome
fornavigator.plugins
so UC looks more like Chrome.Should we also have another flag to add the Native Client (
internal-nacl-plugin
) from Google Chrome tonavigator.plugins
?This would make Ungoogled Chromium look more like Chrome and would prevent our fingerprint from sticking out too much. We don't necessarily need to implement Native Client support, but maybe a dummy would be enough.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions