Commit 9fb98f0a authored by Kristof Csillag's avatar Kristof Csillag

Merge pull request #590 from hypothesis/574-pyramid-authz

Take control of the annotator-store authorization using Pyramid ACLs.
parents 210d68d6 cff79d02
......@@ -44,7 +44,7 @@ class ClauseParser
value = parts[1][operator.length..]
operator_found = true
if field is 'user'
value = 'acct:' + value + '@' + window.location.hostname + ':' + window.location.port
value = 'acct:' + value + '@' + window.location.hostname
break
unless operator_found
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment