diff --git a/composer.json b/composer.json index a3d86904ab..fe72f26221 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index dadabb0e4f..b73c7a76ee 100644 --- a/composer.lock +++ b/composer.lock @@ -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", @@ -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": { diff --git a/config/local/simplesamlphp_auth.settings.yml b/config/local/simplesamlphp_auth.settings.yml index 683ccf2d22..c9421d2d59 100644 --- a/config/local/simplesamlphp_auth.settings.yml +++ b/config/local/simplesamlphp_auth.settings.yml @@ -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 diff --git a/config/prod/simplesamlphp_auth.settings.yml b/config/prod/simplesamlphp_auth.settings.yml index 9861d67e5e..bec5ab401b 100644 --- a/config/prod/simplesamlphp_auth.settings.yml +++ b/config/prod/simplesamlphp_auth.settings.yml @@ -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 diff --git a/config/stg/simplesamlphp_auth.settings.yml b/config/stg/simplesamlphp_auth.settings.yml index 9861d67e5e..bec5ab401b 100644 --- a/config/stg/simplesamlphp_auth.settings.yml +++ b/config/stg/simplesamlphp_auth.settings.yml @@ -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 diff --git a/config/tugboat/simplesamlphp_auth.settings.yml b/config/tugboat/simplesamlphp_auth.settings.yml index e2d49332e8..41d6e7eb12 100644 --- a/config/tugboat/simplesamlphp_auth.settings.yml +++ b/config/tugboat/simplesamlphp_auth.settings.yml @@ -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