hmm
This commit is contained in:
		@@ -6,6 +6,10 @@ use Illuminate\Support\Facades\Route;
 | 
				
			|||||||
use Visus\Cuid2\Cuid2;
 | 
					use Visus\Cuid2\Cuid2;
 | 
				
			||||||
use Illuminate\Support\Str;
 | 
					use Illuminate\Support\Str;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function is_https()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    return request()->secure();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
function general_error_handler(\Throwable $e, $that = null, $isJson = false)
 | 
					function general_error_handler(\Throwable $e, $that = null, $isJson = false)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,6 +6,9 @@
 | 
				
			|||||||
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
				
			||||||
    <link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin>
 | 
					    <link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin>
 | 
				
			||||||
    <link href="https://api.fonts.coollabs.io/css2?family=Inter&display=swap" rel="stylesheet">
 | 
					    <link href="https://api.fonts.coollabs.io/css2?family=Inter&display=swap" rel="stylesheet">
 | 
				
			||||||
 | 
					    @if (request()->secure())
 | 
				
			||||||
 | 
					        <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
 | 
				
			||||||
 | 
					    @endif
 | 
				
			||||||
    @env('local')
 | 
					    @env('local')
 | 
				
			||||||
    <title>Coolify - localhost</title>
 | 
					    <title>Coolify - localhost</title>
 | 
				
			||||||
    <link rel="icon" href="{{ asset('favicon-dev.png') }}" type="image/x-icon" />
 | 
					    <link rel="icon" href="{{ asset('favicon-dev.png') }}" type="image/x-icon" />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user