mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 07:39:55 +00:00
13 lines
279 B
HTML
13 lines
279 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Geolocation permission test</title>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
"use strict";
|
|
navigator.geolocation.getCurrentPosition(function (pos) {});
|
|
</script>
|
|
</body>
|
|
</html> |