Path prep prepared
This commit is contained in:
@@ -20,11 +20,14 @@ import utils.pretty as ct
|
||||
|
||||
def addHash(policy, hash):
|
||||
print(f"Adding the following hashes to {policy}:")
|
||||
print(hash)
|
||||
for p in hash:
|
||||
print(p)
|
||||
|
||||
|
||||
def addPath(policy, hash):
|
||||
print(f"Adding the following Path Exclusions to {policy}:")
|
||||
print(hash)
|
||||
for p in hash:
|
||||
print(p)
|
||||
|
||||
def addHashReal(url, allowlistID, hashlist):
|
||||
endpoint = url + '/v1/hash/application/add'
|
||||
|
||||
Reference in New Issue
Block a user