mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-22 01:02:54 +02:00
Example of the webRequest.onAuthRequired API (#206)
* Example of the webRequest.onAuthRequired API * Update README, add applications.id to manifest
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="options.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<section class="credentials">
|
||||
<div class="title" >Username and password</div>
|
||||
|
||||
<label>Username: <input id="username" type="text"/></label>
|
||||
<label>Password: <input id="password" type="text"/></label>
|
||||
|
||||
</section>
|
||||
|
||||
<script src="options.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user