mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-18 07:18:34 +02:00
Fixes for ESLint
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* exported FindProxyForURL */
|
||||
|
||||
var blockedHosts = [];
|
||||
const allow = "DIRECT 1234";
|
||||
const deny = "PROXY 127.0.0.1:65535";
|
||||
|
||||
Reference in New Issue
Block a user