mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
make inbound search a POST
that way it doesn't expose PII to our logs
This commit is contained in:
@@ -19,7 +19,7 @@ class NotificationApiClient(NotifyAdminAPIClient):
|
||||
to=None,
|
||||
include_one_off=None,
|
||||
):
|
||||
|
||||
# TODO: if "to" is included, this should be a POST
|
||||
params = {
|
||||
'page': page,
|
||||
'page_size': page_size,
|
||||
|
||||
Reference in New Issue
Block a user