mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
10 lines
150 B
HTML
10 lines
150 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script>
|
|
// This should not leak.
|
|
var a = navigator;
|
|
navigator.mediaDevices._ = null;
|
|
</script>
|
|
</body>
|