diff --git a/config/cookie-consent.php b/config/cookie-consent.php index 81057f15e..6848ef967 100644 --- a/config/cookie-consent.php +++ b/config/cookie-consent.php @@ -5,7 +5,7 @@ /* * Use this setting to enable the cookie consent dialog. */ - 'enabled' => env('COOKIE_CONSENT_ENABLED', true), + 'enabled' => env('COOKIE_CONSENT_ENABLED', false), /* * The name of the cookie in which we store if the user diff --git a/resources/views/layout/base.blade.php b/resources/views/layout/base.blade.php index c05fa4b8a..7b5562f14 100755 --- a/resources/views/layout/base.blade.php +++ b/resources/views/layout/base.blade.php @@ -59,8 +59,9 @@ EU Code Week @endif - - + + + diff --git a/resources/views/static/cookie.blade.php b/resources/views/static/cookie.blade.php index a36b754ae..ef54451c6 100644 --- a/resources/views/static/cookie.blade.php +++ b/resources/views/static/cookie.blade.php @@ -3,163 +3,33 @@ @section('content')
-
-

@lang('cookie_policy.title')

- -

@lang('cookie_policy.what.title')

- - @lang('cookie_policy.what.text') - -
-
    -
  • @lang('cookie_policy.what.first_party')
  • -
  • @lang('cookie_policy.what.persistent_cookies')
  • -
-
- - @lang('cookie_policy.what.items') - -

@lang('cookie_policy.how.title')

- - @lang('cookie_policy.how.text1') - @lang('cookie_policy.how.text2') - -
@lang('cookie_policy.how.3types.title') -
    -
  • @lang('cookie_policy.how.3types.1')
  • -
  • @lang('cookie_policy.how.3types.2')
  • -
  • @lang('cookie_policy.how.3types.3')
  • -
-
- -

@lang('cookie_policy.how.visitor_preferences.title')

- @lang('cookie_policy.how.visitor_preferences.text') - - - - - - - - - - - - - - - - - - - - - -
@lang('cookie_policy.how.table.name')@lang('cookie_policy.how.table.service')@lang('cookie_policy.how.table.purpose')@lang('cookie_policy.how.table.type_duration')
codeweek_cookie_consent@lang('cookie_policy.how.visitor_preferences.table.1.service')@lang('cookie_policy.how.visitor_preferences.table.1.purpose')@lang('cookie_policy.how.visitor_preferences.table.1.type_duration')
-
- -

@lang('cookie_policy.how.operational_cookies.title')

- @lang('cookie_policy.how.operational_cookies.text') - -
- -

@lang('cookie_policy.how.technical_cookies.title')

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@lang('cookie_policy.how.table.name')@lang('cookie_policy.how.table.service')@lang('cookie_policy.how.table.purpose')@lang('cookie_policy.how.table.type_duration')
codeweek_sessionPHP@lang('cookie_policy.how.technical_cookies.table.1.purpose')@lang('cookie_policy.how.technical_cookies.table.1.type_duration')
remember_webPHP@lang('cookie_policy.how.technical_cookies.table.2.purpose')@lang('cookie_policy.how.technical_cookies.table.2.type_duration')
langPHP@lang('cookie_policy.how.technical_cookies.table.3.purpose')@lang('cookie_policy.how.technical_cookies.table.3.type_duration')
- -
-

@lang('cookie_policy.how.analytics_cookies.title')

- - @lang('cookie_policy.how.analytics_cookies.items') - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@lang('cookie_policy.how.table.name')@lang('cookie_policy.how.table.service')@lang('cookie_policy.how.table.purpose')@lang('cookie_policy.how.table.type_duration')
_pk_id#@lang('cookie_policy.how.analytics_cookies.table.1.service')@lang('cookie_policy.how.analytics_cookies.table.1.purpose')@lang('cookie_policy.how.analytics_cookies.table.1.type_duration')
_pk_ses#@lang('cookie_policy.how.analytics_cookies.table.2.service')@lang('cookie_policy.how.analytics_cookies.table.2.purpose')@lang('cookie_policy.how.analytics_cookies.table.2.type_duration')
- -
-

@lang('cookie_policy.third-party.title')

- -
- @lang('cookie_policy.third-party.items.1') - - @lang('cookie_policy.third-party.items.2') -
-
- -

@lang('cookie_policy.how-manage.title')

- @lang('cookie_policy.how-manage.items') - + + +
-
@endsection +@push('scripts') + +@endpush diff --git a/resources/views/vendor/cookieConsent/index.blade.php b/resources/views/vendor/cookieConsent/index.blade.php index 8ab6624cf..7af933cdd 100644 --- a/resources/views/vendor/cookieConsent/index.blade.php +++ b/resources/views/vendor/cookieConsent/index.blade.php @@ -1,4 +1,5 @@ -@section("extra-js") +{{-- + @section("extra-js")