remove code
This commit is contained in:
@@ -6,12 +6,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin>
|
||||
<link href="https://api.fonts.coollabs.io/css2?family=Inter&display=swap" rel="stylesheet">
|
||||
{{-- {{ dd(request()->host()) }}
|
||||
@if (str_starts_with(request()->schemeAndHttpHost(), 'https'))
|
||||
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
||||
@else
|
||||
http
|
||||
@endif --}}
|
||||
@env('local')
|
||||
<title>Coolify - localhost</title>
|
||||
@endenv
|
||||
|
||||
@@ -25,11 +25,6 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{-- @if (is_https())
|
||||
<script>
|
||||
console.log('asd')
|
||||
</script>
|
||||
@else --}}
|
||||
@livewireScripts
|
||||
@auth
|
||||
<x-navbar />
|
||||
@@ -65,8 +60,6 @@
|
||||
})
|
||||
</script>
|
||||
@endauth
|
||||
{{-- @endif --}}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user