Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Add persona.org and related sites to default trusted secondaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Jul 16, 2012
1 parent 1d9401f commit f71e93b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions browserid/supportdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@
from browserid.errors import (ConnectionError,
InvalidIssuerError)

DEFAULT_TRUSTED_SECONDARIES = ("browserid.org", "diresworb.org",
"dev.diresworb.org")
WELL_KNOWN_URL = "/.well-known/browserid"

DEFAULT_MAX_DELEGATIONS = 6

DEFAULT_TRUSTED_SECONDARIES = ("browserid.org", "diresworb.org",
"dev.diresworb.org" "login.anosrep.org",
"login.persona.org")


class SupportDocumentManager(object):
"""Manager for mapping hostnames to their BrowserID support documents.
Expand Down

0 comments on commit f71e93b

Please sign in to comment.