mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Cookie consent fix
This commit is contained in:
parent
facc1b7155
commit
fd279bd50f
@ -267,9 +267,6 @@
|
|||||||
"background": "#f1d600"
|
"background": "#f1d600"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"cookie": {
|
|
||||||
"domain": "{{ App\Constants\Domain::getCookieDomain(request()->url) }}"
|
|
||||||
},
|
|
||||||
"content": {
|
"content": {
|
||||||
"href": "{{ Utils::isNinja() ? Utils::getPrivacyLink() : (config('ninja.privacy_policy_url') ?: 'https://cookiesandyou.com/' ) }}",
|
"href": "{{ Utils::isNinja() ? Utils::getPrivacyLink() : (config('ninja.privacy_policy_url') ?: 'https://cookiesandyou.com/' ) }}",
|
||||||
"message": {!! json_encode(trans('texts.cookie_message')) !!},
|
"message": {!! json_encode(trans('texts.cookie_message')) !!},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user