Skip to content

Commit 53e96a7

Browse files
committed
Cookie Policy Changes and removing old cookies
1 parent 7cd9332 commit 53e96a7

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

config/cookie-consent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
* Use this setting to enable the cookie consent dialog.
77
*/
8-
'enabled' => env('COOKIE_CONSENT_ENABLED', true),
8+
'enabled' => env('COOKIE_CONSENT_ENABLED', false),
99

1010
/*
1111
* The name of the cookie in which we store if the user

resources/views/static/cookie.blade.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33
@section('content')
44

55
<section id="codeweek-privacy-page" class="codeweek-page">
6-
76
<section class="codeweek-content-wrapper cookies" style="margin-top: 0;">
8-
7+
<h1 style="margin-bottom:10px;">@lang('cookie_policy.title')</h1>
98
<!-- Cookie Declaration Script -->
109
<script id="CookieDeclaration"
1110
src="https://consent.cookiebot.com/719385d2-f5d2-4806-8352-72e5ebe53996/cd.js"
1211
type="text/javascript"
1312
async>
1413
</script>
15-
1614
</section>
17-
1815
</section>
1916

2017
@endsection

0 commit comments

Comments
 (0)