Skip to content

Commit

Permalink
Remove instance of 'whitelist' in wptserve/
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer authored and jgraham committed Jan 22, 2020
1 parent 1d4a6ff commit d29bab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/wptserve/wptserve/pipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ class SubFunctions(object):
def uuid(request):
return str(uuid.uuid4())

# Maintain a whitelist of supported algorithms, restricted to those that
# are available on all platforms [1]. This ensures that test authors do not
# Maintain a list of supported algorithms, restricted to those that are
# available on all platforms [1]. This ensures that test authors do not
# unknowingly introduce platform-specific tests.
#
# [1] https://docs.python.org/2/library/hashlib.html
Expand Down

0 comments on commit d29bab4

Please sign in to comment.