mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 11:40:13 +01:00
8 lines
259 B
HTML
8 lines
259 B
HTML
|
<!-- xpctest.html: Tests XPCONNECT access -->
|
||
|
<html><head>
|
||
|
<script language="JavaScript">
|
||
|
//netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
|
||
|
dump("compMgr="+Components.manager+"\n");
|
||
|
</script>
|
||
|
</head><body>XPCTEST</body></html>
|