diff options
| author | horus | 2026-06-27 05:40:45 +0200 |
|---|---|---|
| committer | horus | 2026-06-27 05:40:45 +0200 |
| commit | 7ff83424592cd5a3c58fe2e6d7e67aeef5144caf (patch) | |
| tree | dafafa6f83c80c8bb2ee3c0b58961197a3f2a73c /ssh/config/sitemap.php | |
| parent | b608ced142cd0527906b554e04376292f718f084 (diff) | |
| download | curious-7ff83424592cd5a3c58fe2e6d7e67aeef5144caf.tar.gz | |
merge
Diffstat (limited to 'ssh/config/sitemap.php')
| -rw-r--r-- | ssh/config/sitemap.php | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/ssh/config/sitemap.php b/ssh/config/sitemap.php deleted file mode 100644 index 8ffec69..0000000 --- a/ssh/config/sitemap.php +++ /dev/null @@ -1,57 +0,0 @@ -<?php - -use GuzzleHttp\RequestOptions; -use Spatie\Sitemap\Crawler\Profile; - -return [ - - /* - * These options will be passed to GuzzleHttp\Client when it is created. - * For in-depth information on all options see the Guzzle docs: - * - * http://docs.guzzlephp.org/en/stable/request-options.html - */ - 'guzzle_options' => [ - - /* - * Whether or not cookies are used in a request. - */ - RequestOptions::COOKIES => true, - - /* - * The number of seconds to wait while trying to connect to a server. - * Use 0 to wait indefinitely. - */ - RequestOptions::CONNECT_TIMEOUT => 10, - - /* - * The timeout of the request in seconds. Use 0 to wait indefinitely. - */ - RequestOptions::TIMEOUT => 10, - - /* - * Describes the redirect behavior of a request. - */ - RequestOptions::ALLOW_REDIRECTS => false, - ], - - /* - * The sitemap generator can execute JavaScript on each page so it will - * discover links that are generated by your JS scripts. This feature - * is powered by headless Chrome. - */ - 'execute_javascript' => false, - - /* - * The package will make an educated guess as to where Google Chrome is installed. - * You can also manually pass it's location here. - */ - 'chrome_binary_path' => null, - - /* - * The sitemap generator uses a CrawlProfile implementation to determine - * which urls should be crawled for the sitemap. - */ - 'crawl_profile' => Profile::class, - -]; |
