Skip to content

Commit

Permalink
Merge pull request #336 from mozilla-it/maintenance
Browse files Browse the repository at this point in the history
maintenance
  • Loading branch information
ahoneiser committed Jul 9, 2024
2 parents 3f6b331 + bc48904 commit c9106fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/refractr
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def main(args):
morph[primary_domain]["dns_authorization"] = True

output_print(
[morph[item] for item in morph],
[morph[key] for key in sorted(morph)],
parsed.output,
default_flow_style=False,
explicit_start=True,
Expand Down
1 change: 1 addition & 0 deletions prod-refractr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
default-domains:
- prod.mozilla-redirects.xyz
- prod.refractr.mozit.cloud
- prod.refractr.prod.webservices.mozgcp.net
- refractr.mozilla.org

default-headers:
Expand Down

0 comments on commit c9106fa

Please sign in to comment.