+ /**
+ * Allow <script> tags to entered within page content.
+ * <script> tags are escaped by default.
+ * Even when overridden the WYSIWYG editor may still escape script content.
+ */
+ 'allow_content_scripts' => env('ALLOW_CONTENT_SCRIPTS', false),
+
+ /**
+ * Override the default behaviour for allowing crawlers to crawl the instance.
+ * May be ignored if view has be overridden or modified.
+ * Defaults to null since, if not set, 'app-public' status used instead.
+ */
+ 'allow_robots' => env('ALLOW_ROBOTS', null),
+