Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 323596 Details for
Bug 434652
www-client/torbrowser should use the same Firefox version of the official Tor Browser Bundle
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Simple HTML page testing Tor Browser, FF12+ and webm support
tor-browser-test.html (text/plain), 575 bytes, created by
Alessandro Di Federico
on 2012-09-12 12:26:24 UTC
(
hide
)
Description:
Simple HTML page testing Tor Browser, FF12+ and webm support
Filename:
MIME Type:
Creator:
Alessandro Di Federico
Created:
2012-09-12 12:26:24 UTC
Size:
575 bytes
patch
obsolete
><html> ><head> ><script> >window.onload = function () { > var ff12p = false; > var webm = false; > > var torbrowser = false; > try { > no = Components.interfaces; > } catch (dd) { > torbrowser = true; > } > > email = document.getElementById("email"); > if (document.body.style.MozTextAlignLast !== undefined) > ff12p = true; > > video = document.createElement("video"); > if (video.canPlayType && video.canPlayType('video/webm; codecs="vp8, vorbis"')) > webm = true; > > alert("Tor Browser: " + torbrowser + "\nff12+: " + ff12p + "\nwebm: " + webm); >} ></script> ></head> ><body> ></body> ></html>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 434652
:
323460
|
323562
| 323596