Skip to content

Commit

Permalink
regulator config: discard gravatar identifiers
Browse files Browse the repository at this point in the history
using a (gr)avatar as an agent identifier is backward
  • Loading branch information
aaxelb committed Mar 12, 2021
1 parent d563eb9 commit 90cb4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ def route_urgent_task(name, args, kwargs, options, task=None, **kw):
('normalize_iris', {
'node_types': ['agentidentifier'],
'blocked_schemes': ['mailto'],
'blocked_authorities': ['secure.gravatar.com'],
}),
('trim_cycles', {
'node_types': ['abstractworkrelation', 'abstractagentrelation'],
Expand Down

0 comments on commit 90cb4d8

Please sign in to comment.