Skip to content

Commit

Permalink
10.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Dec 14, 2023
2 parents f64bf80 + da0b9b2 commit 2361a36
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions docroot/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 4 additions & 2 deletions patches/scaffold.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@
Expand All @@ -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)
Expand Down

0 comments on commit 2361a36

Please sign in to comment.