We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fc3b5 commit 3a28f2eCopy full SHA for 3a28f2e
1 file changed
src/chrome/content/toolbar_button.js
@@ -21,12 +21,14 @@ HTTPSEverywhere = CC["@eff.org/https-everywhere;1"]
21
.wrappedJSObject;
22
23
// avoid polluting global namespace
24
+// see: https://developer.mozilla.org/en-US/docs/Security_best_practices_in_extensions#Code_wrapping
25
if (!httpsEverywhere) { var httpsEverywhere = {}; }
26
27
/**
- * JS Object for used to display toolbar hints to new users and change toolbar
28
- * UI for cases such as when the toolbar is disabled.
+ * JS Object that acts as a namespace for the toolbar.
29
*
30
+ * Used to display toolbar hints to new users and change toolbar UI for cases
31
+ * such as when the toolbar is disabled.
32
*/
33
httpsEverywhere.toolbarButton = {
34
0 commit comments