mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
188 B
HTML
15 lines
188 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<script>
|
||
|
|
||
|
var plug = navigator.plugins[0];
|
||
|
var mime = plug[0];
|
||
|
// This shouldn't leak.
|
||
|
mime.expando = true;
|
||
|
|
||
|
</script>
|
||
|
</head>
|
||
|
</html>
|