Rename Toolkit's webextensions component directory to better reflect what it is.

This commit is contained in:
NTD 2018-02-09 11:10:00 -05:00 committed by Roy Tam
commit d7d16e7fbb
242 changed files with 4 additions and 2 deletions

View file

@ -1,13 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script type="text/javascript">
"use strict";
throw new Error(`WebExt Privilege Escalation: typeof(browser) = ${typeof(browser)}`);
</script>
</body>
</html>