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:
Submodule web/profiles/d8-starterkit-profile updated: 01a6307e01...35c96b41ca
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user