Skip to content

Commit

Permalink
VACMS-19551: Merging main
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Dec 5, 2024
2 parents 129cf1f + f686170 commit 37c3035
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"symfony/phpunit-bridge": "^5.1",
"symfony/process": "^6.3",
"symfony/routing": "^6.3",
"va-gov/content-build": "^0.0.3640",
"va-gov/content-build": "^0.0.3642",
"vlucas/phpdotenv": "^5.6",
"webflo/drupal-finder": "1.3.1",
"webmozart/path-util": "^2.3",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "52f39894774ce36637636fa09295e5bb",
"content-hash": "f7bb337405568069960a2a9342301edc",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -274,7 +274,7 @@
"version": "v4.1.0",
"source": {
"type": "git",
"url": "git@github.com:fengyuanchen/cropper.git",
"url": "https://github.com/fengyuanchen/cropper.git",
"reference": "617d9bdb8688cc4edb3b03bc49a04b83c7facbe7"
},
"dist": {
Expand Down
2 changes: 1 addition & 1 deletion config/local/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ login_link_show: true
user_name: adUPN
unique_id: VAUID
mail_attr: adUPN
header_no_cache: false
header_no_cache: true
role:
population: ''
eval_every_time: false
Expand Down
2 changes: 1 addition & 1 deletion config/prod/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ debug: false
secure: true
httponly: false
register_users: false
header_no_cache: false
header_no_cache: true
allow:
default_login: true
set_drupal_pwd: true
Expand Down
2 changes: 1 addition & 1 deletion config/stg/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ debug: false
secure: true
httponly: false
register_users: false
header_no_cache: false
header_no_cache: true
allow:
default_login: true
set_drupal_pwd: true
Expand Down
2 changes: 1 addition & 1 deletion config/tugboat/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ debug: true
secure: true
httponly: false
register_users: false
header_no_cache: false
header_no_cache: true
allow:
default_login: true
set_drupal_pwd: true
Expand Down

0 comments on commit 37c3035

Please sign in to comment.