Help and Support > wattOS R8

Poodle vulnerability

(1/1)

biffster:
I have posted info on the poodle vulnerability and the various browsers it impacts. Link is on my personal blog - shots and info are from windows, but the basics are the same and do impact Linux also and you can fix firefox and chrome the same way.

Chrome you change the .desktop Exec=/usr/bin/google-chrome-stable --ssl-version-min=tls1 %U

Firefox - follow the other instructions already mentioned.

http://cpufu.com/?p=37

leenie:
Are there instructions for Qupzilla Browser?

I found it: open menu, go to internet, right click Qupzilla, select properties. In file properties window select desktop entry tab.
Replace command with "qupzilla --ssl-version-min=tls1 %u" without quotes of course.

blaze:
Many thanks!  8)

BALLOON a.k.a. Fu-sen.:
Chromium has a method to include an option in a file.

Please open file /etc/chromium/default in root authority,
and add --ssl-version-min=tls1 to the line of CHROMIUM_FLAGS:

--- Code: ---CHROMIUM_FLAGS="--password-store=detect"
--- End code ---
to:

--- Code: ---CHROMIUM_FLAGS="--password-store=detect --ssl-version-min=tls1"
--- End code ---

Navigation

[0] Message Index

Go to full version