File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ jobs:
104104 uses : lycheeverse/lychee-action@v2
105105 with : # Don't fail for now but then create an issue - useful?
106106 args :
107- --exclude-file .lycheeignore
108107 --no-progress
109108 ' *.md'
110109 ' ./**/*.dart'
@@ -129,7 +128,7 @@ jobs:
129128 if : github.event.repository.private == false
130129 steps :
131130 - uses : actions/checkout@v4
132- - run : make locmax-enforce
131+ - run : make locmax
133132
134133 copyright :
135134 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ http://localhost:44007/
77
88http://localhost:8000/
99
10+ http://localhost/
11+
1012# POD OAuth endpoints that require authentication parameters
1113
1214https://pods.dev.solidcommunity.au/.oidc/auth
@@ -50,3 +52,11 @@ https://opensource.org/license/gpl-3-0
5052http://xmlns.com/foaf/0.1/
5153http://purl.org/dc/terms/
5254https://solidcommunity.au/predicates/*
55+ https://solidproject.au/sii/
56+
57+ # 20260107 gjw From openid in solid_auth.
58+
59+ https://api.login.yahoo.com/
60+ https://graph.facebook.com/
61+ https://login.microsoftonline.com/
62+ https://securetoken.google.com/
You can’t perform that action at this time.
0 commit comments