mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-01 13:28:39 +09:00
9 lines
150 B
HTML
9 lines
150 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script>
|
|
// This should not leak.
|
|
var a = navigator;
|
|
navigator.mediaDevices._ = null;
|
|
</script>
|
|
</body>
|