22 lines
333 B
HTML
22 lines
333 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Trusted domains (comma delimited)</h1>
|
|
<form>
|
|
<textarea id="whitelist" cols=50 rows=10></textarea>
|
|
<br><br>
|
|
<button type="submit">Save</button>
|
|
</form>
|
|
|
|
<script src="options.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|