This is an automated email from the ASF dual-hosted git repository.

ejones pushed a commit to branch #511-rename-whitelist-to-allowlist
in repository https://gitbox.apache.org/repos/asf/flagon-useralejs.git

commit 3b45314d42e1bfb250ce5a7dbaeb5f9aaecdafc0
Author: Evan <evan.a.jon...@gmail.com>
AuthorDate: Tue Oct 22 08:19:55 2024 -0700

    fix(plugin): renames whitelist to allowlist
---
 build/UserALEWebExtension/browserAction.html | 2 +-
 build/UserALEWebExtension/options.html       | 2 +-
 src/UserALEWebExtension/browserAction.html   | 2 +-
 src/UserALEWebExtension/options.html         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build/UserALEWebExtension/browserAction.html 
b/build/UserALEWebExtension/browserAction.html
index 56a3ce0..7859efe 100644
--- a/build/UserALEWebExtension/browserAction.html
+++ b/build/UserALEWebExtension/browserAction.html
@@ -45,7 +45,7 @@
       <input name="toolVersion" id="toolVersion" />
       <br />
 
-      <label>URL whitelist regex:</label>
+      <label>URL allowlist regex:</label>
       <input name="filter" id="filter" />
       <br />
 
diff --git a/build/UserALEWebExtension/options.html 
b/build/UserALEWebExtension/options.html
index dccb4ee..e985761 100644
--- a/build/UserALEWebExtension/options.html
+++ b/build/UserALEWebExtension/options.html
@@ -45,7 +45,7 @@
       <input name="toolVersion" id="toolVersion" />
       <br />
 
-      <label>URL whitelist regex:</label>
+      <label>URL allowlist regex:</label>
       <input name="filter" id="filter" />
       <br />
 
diff --git a/src/UserALEWebExtension/browserAction.html 
b/src/UserALEWebExtension/browserAction.html
index 56a3ce0..7859efe 100644
--- a/src/UserALEWebExtension/browserAction.html
+++ b/src/UserALEWebExtension/browserAction.html
@@ -45,7 +45,7 @@
       <input name="toolVersion" id="toolVersion" />
       <br />
 
-      <label>URL whitelist regex:</label>
+      <label>URL allowlist regex:</label>
       <input name="filter" id="filter" />
       <br />
 
diff --git a/src/UserALEWebExtension/options.html 
b/src/UserALEWebExtension/options.html
index dccb4ee..e985761 100644
--- a/src/UserALEWebExtension/options.html
+++ b/src/UserALEWebExtension/options.html
@@ -45,7 +45,7 @@
       <input name="toolVersion" id="toolVersion" />
       <br />
 
-      <label>URL whitelist regex:</label>
+      <label>URL allowlist regex:</label>
       <input name="filter" id="filter" />
       <br />
 

Reply via email to