You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tor Browser's anti-fingerprinting protections prevent both profile-based and options-based configuration from overriding the Accept-Language header used to test localization in the Source Interface's page-layout tests.
Steps to Reproduce
Run LOCALES="de_DE" make translation-test.
Examine the contents of securedrop/tests/functional/pageslayout/screenshots.
Expected Behavior
All screenshots are in German.
Actual Behavior
Journalist Interface screenshots are in German. Source Interface screenshots are in English.
Comments
I tried using Selenium Wire to override the Accept-Language header on the wire, but it conflicts with tbselenium.12
Description
Tor Browser's anti-fingerprinting protections prevent both profile-based and options-based configuration from overriding the
Accept-Language
header used to test localization in the Source Interface's page-layout tests.Steps to Reproduce
LOCALES="de_DE" make translation-test
.securedrop/tests/functional/pageslayout/screenshots
.Expected Behavior
All screenshots are in German.
Actual Behavior
Journalist Interface screenshots are in German. Source Interface screenshots are in English.
Comments
I tried using Selenium Wire to override the
Accept-Language
header on the wire, but it conflicts withtbselenium
.12tor-browser-accept-languages.txt
Footnotes
https://gist.github.com/woswos/38b921f0b82de009c12c6494db3f50c5?permalink_comment_id=4455252#gistcomment-4455252 ↩
https://github.com/webfp/tor-browser-selenium/discussions/175 ↩
The text was updated successfully, but these errors were encountered: