Noninteractive changes added, first draft getOTPHistory
This commit is contained in:
@@ -24,13 +24,13 @@ import utils.allowlist
|
||||
|
||||
|
||||
|
||||
def addHash(policy, hash):
|
||||
def addHash(url, policy, hash):
|
||||
print(f"Adding the following hashes to {policy}:")
|
||||
for p in hash:
|
||||
print(p)
|
||||
|
||||
|
||||
def addPath(policy, hash):
|
||||
def addPath(url, policy, hash):
|
||||
print(f"Adding the following Path Exclusions to {policy}:")
|
||||
for p in hash:
|
||||
print(p)
|
||||
|
||||
Reference in New Issue
Block a user