Initial release — per-site container isolation with unique device fingerprints
Automatic per-domain containers with hardened fingerprint spoofing: canvas, WebGL, audio, navigator, screen, timezone, WebRTC, fonts, ClientRects, plugins, battery, and connection APIs.
This commit is contained in:
19
popup/popup.html
Normal file
19
popup/popup.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="popup.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>ContainSite</h1>
|
||||
<div id="container-list"></div>
|
||||
<div class="actions">
|
||||
<button id="regen-all">Regenerate All</button>
|
||||
<div class="actions-row">
|
||||
<button id="prune" class="secondary">Prune Unused</button>
|
||||
<button id="reset" class="danger">Reset All</button>
|
||||
</div>
|
||||
</div>
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user