Diff: STRATO-apps/wordpress_03/app/wp-content/wp-rocket-config/explaio.com.php
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
<?php
2
+
defined( 'ABSPATH' ) || exit;
3
+
4
+
$rocket_cookie_hash = '469656a31b988523ee01118a024f7964';
5
+
$rocket_logged_in_cookie = 'wordpress_logged_in_469656a31b988523ee01118a024f7964';
6
+
$rocket_cache_mobile_files_tablet = 'desktop';
7
+
$rocket_cache_reject_uri = '/pfad-zur-buchungsseite/|/pfad-zum-dashboard/|/(?:.+/)?feed(?:/(?:.+/?)?)?$|/(?:.+/)?embed/|/(index.php/)?(.*)wp-json(/.*|$)';
8
+
$rocket_cache_reject_cookies = 'wordpress_logged_in_|tutor_user_|wordpress_logged_in_.+|wp-postpass_|wptouch_switch_toggle|comment_author_|comment_author_email_';
9
+
$rocket_cache_reject_ua = 'facebookexternalhit|WhatsApp';
10
+
$rocket_cache_query_strings = array();
11
+
$rocket_secret_cache_key = '';
12
+
$rocket_cache_ssl = 1;
13
+
$rocket_cache_mobile = 1;
14
+
$rocket_do_caching_mobile_files = 1;
15
+
$rocket_cache_ignored_parameters = array();
16
+
$rocket_cache_mandatory_cookies = '';
17
+
$rocket_cache_dynamic_cookies = array(
18
+
0 => 'blocksy_current_theme',
19
+
);
20
+
$rocket_permalink_structure = '/%postname%/';
21
+