diff --git a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml index 05e202a994..a6dd8936cd 100644 --- a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml +++ b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml @@ -3,7 +3,7 @@ description: 'DO NOT INSTALL. This is for profile installation task only.' core_version_requirement: '^9.4 || ^10' hidden: true type: module -version: 10.0.5 +version: 10.0.6 default_content: shortcut: - 0c69448d-c6fa-4fb8-9b2e-f93f3a955baf diff --git a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml index de478a368d..34fdc6d61b 100644 --- a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml +++ b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml @@ -16,4 +16,4 @@ dependencies: - 'hook_event_dispatcher:views_event_dispatcher' - 'rabbit_hole:rabbit_hole' - 'drupal:path_alias' -version: 10.0.5 +version: 10.0.6 diff --git a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml index 609982ca03..0f2fd85d69 100644 --- a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml +++ b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml @@ -1,7 +1,7 @@ name: 'Stanford HumSci' type: profile description: 'Installation profile for HumSci Drupal' -version: 10.0.5 +version: 10.0.6 core_version_requirement: '^9.4 || ^10' themes: - material_admin diff --git a/docroot/robots.txt b/docroot/robots.txt index da8275110f..9d38e5ff2b 100644 --- a/docroot/robots.txt +++ b/docroot/robots.txt @@ -42,6 +42,8 @@ Disallow: /README.txt Disallow: /web.config # SAML Disallow: /saml/ +Disallow: /saml/login +Disallow: /saml/acs Disallow: /saml_login Disallow: /sso/login # Paths (clean URLs) diff --git a/patches/scaffold.patch b/patches/scaffold.patch index c47adda3c6..3a8b296c4b 100644 --- a/patches/scaffold.patch +++ b/patches/scaffold.patch @@ -99,7 +99,7 @@ index 4031da47..5366085e 100644 # Copy and adapt this rule to directly execute PHP files in contributed or # custom modules or to run another PHP application in the same directory. diff --git a/docroot/robots.txt b/docroot/robots.txt -index ebcd04b9..da827511 100644 +index ebcd04b9..9d38e5ff 100644 --- a/docroot/robots.txt +++ b/docroot/robots.txt @@ -14,6 +14,7 @@ @@ -110,12 +110,14 @@ index ebcd04b9..da827511 100644 # CSS, JS, Images Allow: /core/*.css$ Allow: /core/*.css? -@@ -39,6 +40,10 @@ Disallow: /profiles/ +@@ -39,6 +40,12 @@ Disallow: /profiles/ # Files Disallow: /README.txt Disallow: /web.config +# SAML +Disallow: /saml/ ++Disallow: /saml/login ++Disallow: /saml/acs +Disallow: /saml_login +Disallow: /sso/login # Paths (clean URLs)