Skip to content

Commit

Permalink
Exclude LE Cert validation url from shield module
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Aug 3, 2021
1 parent abd929d commit 680f9a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@
"drupal/redirect": {
"https://www.drupal.org/project/redirect/issues/3057250": "https://www.drupal.org/files/issues/2020-12-14/validation-issue-3057250-29.patch"
},
"drupal/shield": {
"https://www.drupal.org/project/shield/issues/2822720": "https://www.drupal.org/files/issues/2021-04-19/2822720_include-exclude-pages_79.patch"
},
"drupal/simplesamlphp_auth": {
"https://www.drupal.org/project/simplesamlphp_auth/issues/2124117": "https://www.drupal.org/files/issues/2020-02-01/2124117-6-reroll-14.patch",
"https://www.drupal.org/project/simplesamlphp_auth/issues/2936889": "https://www.drupal.org/files/issues/2020-07-31/simplesamlphp_auth-avoid_unexpected_redirect-2936889-12-d8.patch"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions config/envs/dev/shield.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ credentials:
user_pass_key: hs_shield_key
shield_enable: true
whitelist: ''
paths: "/.well-known\r\n/.well-known/*"
domains: ''
method: 0
4 changes: 3 additions & 1 deletion config/envs/stage/shield.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ credentials:
user_pass_key: hs_shield_key
shield_enable: true
whitelist: ''

paths: "/.well-known\r\n/.well-known/*"
domains: ''
method: 0

0 comments on commit 680f9a6

Please sign in to comment.