updated drupal to 10.6.17, updated webform, updated drush to 13, changed submodule profile url to gitea (gogs shot down)

This commit is contained in:
2026-09-20 00:52:34 +02:00
parent e6f4df78e5
commit c2f594ef2f
5 changed files with 850 additions and 772 deletions
+17
View File
@@ -875,6 +875,23 @@ $settings['migrate_node_migrate_type_classic'] = FALSE;
# $settings['migrate_file_public_path'] = '';
# $settings['migrate_file_private_path'] = '';
/**
* Media oEmbed discovery trusted host configuration.
*
* The oEmbed spec allows for provider/resource discovery by fetching a URL. The
* patterns here restrict which domains Drupal will make a request to for oEmbed
* discovery.
*
* For example:
* @code
* $settings['media_oembed_discovery_trusted_host_patterns'] = [
* '^www\.example\.com$',
* ];
* @endcode
* will allow the site to make oEmbed discovery requests to www.example.com.
*/
# $settings['media_oembed_discovery_trusted_host_patterns'] = [];
/**
* Load local development override configuration, if available.
*