Plugin Directory

Changeset 3462251


Ignore:
Timestamp:
02/16/2026 07:29:15 AM (6 weeks ago)
Author:
jonkastonka
Message:

Design update

Location:
cookies-and-content-security-policy/trunk
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • cookies-and-content-security-policy/trunk/cookies-and-content-security-policy.php

    r3440826 r3462251  
    55* Description: Block cookies and unwanted external content by setting Content Security Policy. A modal will be shown on the front end to let the visitor choose what kind of resources to accept.
    66* Short Description: Be fully GDPR and CCPA compliant through Content Security Policy. Blocks cookies and unwanted external content.
    7 * Version: 2.35
     7* Version: 2.36
    88* Author: Jonk @ Follow me Darling
    99* Author URI: https://plugins.followmedarling.se/
  • cookies-and-content-security-policy/trunk/css/cookies-and-content-security-policy.min.css

    r3389380 r3462251  
    1 .warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn{display:inline-block;white-space:nowrap;border-radius:3px;padding:8px 16px;background-color:#000;border:1px solid #000;font-size:1em;line-height:1.8em;margin-right:12px;text-align:center;text-decoration:none !important}html.modal-cacsp-open:not(.modal-cacsp-open-no-backdrop){overflow:hidden}body.modal-cacsp-open .modal-cacsp-backdrop{width:100%;height:100%;opacity:.6}body.modal-cacsp-open .modal-cacsp-position{box-sizing:border-box;width:100%;height:100%}body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close{color:#fff;text-decoration:none;position:fixed;right:0;top:0;margin:15px;padding:0 8px;font-size:2em;-webkit-transition:opacity .2s ease-in-out 0s;-moz-transition:opacity .2s ease-in-out 0s;-o-transition:opacity .2s ease-in-out 0s;transition:opacity .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}@media(max-width: 576px){body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close{margin:0;position:absolute;margin-top:-5px}}body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close:hover{opacity:.6}body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-backdrop{display:none}body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-position{height:0;padding:0}@media(max-width: 576px){body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-position>.modal-cacsp-box-close{position:fixed}}.modal-cacsp-backdrop{width:0;height:0;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background-color:#000;opacity:0;-webkit-transition:opacity .2s ease-in-out 0s;-moz-transition:opacity .2s ease-in-out 0s;-o-transition:opacity .2s ease-in-out 0s;transition:opacity .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position{position:fixed;width:0;height:0;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0;padding:40px 0;z-index:999999;overflow-y:auto;outline:0;font-size:100%}.modal-cacsp-position,.modal-cacsp-position *{color:#000}.modal-cacsp-position .modal-cacsp-box{width:0;height:0;overflow:hidden;opacity:0;border-radius:6px;-webkit-transition:opacity .4s ease-in-out 0s;-moz-transition:opacity .4s ease-in-out 0s;-o-transition:opacity .4s ease-in-out 0s;transition:opacity .4s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position .modal-cacsp-box>*{background-color:#fff}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show{width:80%;margin:auto;height:auto;min-width:320px;max-width:800px;opacity:1}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show{width:90%}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom{width:100%;max-width:100%;position:fixed;display:flex;align-items:center;bottom:0;left:0;margin:0;border-radius:0;border-top:1px solid #e6e6e6;background-color:#fff}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom{flex-wrap:wrap}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-header{display:none}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content{width:50%;flex-grow:1}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{border:0}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{padding-top:0;white-space:normal}}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns .modal-cacsp-btn{width:100%;max-width:100%}}@media(max-width: 768px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns .modal-cacsp-btn{margin-right:0;margin-bottom:8px}}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{width:100%}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul{list-style:none;margin:0;padding:0;width:100%;max-width:100%}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li{padding:24px 32px 0;margin:0;border-bottom:1px solid #e6e6e6;line-height:normal}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li:first-child{border-top:1px solid #e6e6e6}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li:last-child{border-bottom:0}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch{padding-bottom:24px;display:flex;align-items:center;width:100%}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch *,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch *{text-decoration:none !important;outline:none}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch:hover,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch:hover{opacity:1;text-decoration:none !important}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span{font-size:1em}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span:first-child,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span:first-child{flex-grow:1}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span>span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span>span{font-size:.9em;font-weight:300}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span.modal-cacsp-toggle{width:40px;height:20px;border-radius:20px;margin-left:8px;display:block;position:relative;float:right;background-color:#e6e6e6}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span.modal-cacsp-toggle-switch-handle{width:20px;height:100%;border-radius:20px;background-color:#b3b3b3;position:absolute;left:0;right:auto;-webkit-transition:left .2s ease-in-out 0s;-moz-transition:left .2s ease-in-out 0s;-o-transition:left .2s ease-in-out 0s;transition:left .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle{background-color:#cde1d4}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle{background-color:#4b7d5e;left:20px}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled{cursor:not-allowed}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span{color:#000}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle{background-color:#f1d5d4}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle-switch-handle{background-color:#bd403c}.modal-cacsp-position .modal-cacsp-box a{text-decoration:underline}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header{display:block;background-color:#000;padding:24px 32px;font-size:1.5em}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-content{display:block;padding:32px;font-size:1em}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{display:flex;justify-content:flex-end;border-top:1px solid #e6e6e6;padding:24px 32px;white-space:nowrap}@media(max-width: 768px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{flex-wrap:wrap}}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{white-space:normal}}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn:hover{opacity:.6}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn{width:100%;margin-right:0;margin-bottom:8px}}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings{background-color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings *{color:#000}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse{background-color:#bd403c;border:1px solid #bd403c}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all{background-color:#bd403c;border:1px solid #bd403c}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save{background-color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save *{color:#000}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept{background-color:#4b7d5e;border:1px solid #4b7d5e}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all{background-color:#4b7d5e;border:1px solid #4b7d5e}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn:last-child{margin-right:0;margin-bottom:0}.warning-cacsp-iframe,.warning-cacsp-object{visibility:hidden}.warning-cacsp-iframe-content,.warning-cacsp-object-content{background-color:#e6e6e6;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:200px}.warning-cacsp-iframe-content,.warning-cacsp-iframe-content *,.warning-cacsp-object-content,.warning-cacsp-object-content *{color:#000}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-text,.warning-cacsp-iframe-content .warning-cacsp-object-content-text,.warning-cacsp-object-content .warning-cacsp-iframe-content-text,.warning-cacsp-object-content .warning-cacsp-object-content-text{text-align:center;width:90%;max-width:600px;margin:0 auto 20px}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a{margin-right:0}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a *,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a *,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a *,.warning-cacsp-object-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a *{color:#fff}.modal-cacsp-grandma .modal-cacsp-position{overflow-x:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom),.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings{position:relative}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom).modal-cacsp-box-show .modal-cacsp-box-header,.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-header{border-radius:6px 6px 0 0}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom).modal-cacsp-box-show .modal-cacsp-btns,.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-btns{border-radius:0 0 6px 6px}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info{overflow:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show{overflow:visible}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom::before{content:"";background:url(../img/cookie.webp) left top no-repeat;width:250px;height:163px;display:block;position:absolute;left:-30px;top:-40px;background-position:center center;background-size:auto 100%}@media(max-width: 768px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom::before{width:100%;left:0;top:-140px}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content{padding-left:200px;width:100%}@media(max-width: 768px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content{padding-left:32px}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show .modal-cacsp-box-header::before{content:"";background:url(../img/cookie.webp) left top no-repeat;width:160px;height:160px;display:block;position:absolute;right:-60px;top:-50px;background-size:auto 100%;background-position:center center}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings{overflow:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show{overflow:visible;padding-left:35px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show{padding-left:0}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show::before{content:"";background:url(../img/grandma.webp) left top no-repeat;width:420px;height:800px;display:block;position:absolute;left:0;background-size:auto 100%;margin-left:-270px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show::before{background-image:none}}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-header::before{content:"";background:url(../img/grandma.webp) left top no-repeat;-webkit-transform:scaleX(-1);transform:scaleX(-1);width:100px;height:200px;display:block;position:absolute;right:-30px;top:0;background-size:auto 100%;background-position:center center}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-settings-list li:first-child{padding-left:128px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-settings-list li:first-child{padding-left:32px}}/*# sourceMappingURL=cookies-and-content-security-policy.min.css.map */
     1.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn{display:inline-block;white-space:nowrap;border-radius:3px;padding:8px 16px;background-color:#000;border:1px solid #000;font-size:1em;line-height:1.8em;margin-right:12px;text-align:center;text-decoration:none !important}html.modal-cacsp-open:not(.modal-cacsp-open-no-backdrop){overflow:hidden}body.modal-cacsp-open .modal-cacsp-backdrop{width:100%;height:100%;opacity:.6}body.modal-cacsp-open .modal-cacsp-position{box-sizing:border-box;width:100%;height:100%}body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close{color:#fff;text-decoration:none;position:fixed;right:0;top:0;margin:15px;padding:0 8px;font-size:2em;-webkit-transition:opacity .2s ease-in-out 0s;-moz-transition:opacity .2s ease-in-out 0s;-o-transition:opacity .2s ease-in-out 0s;transition:opacity .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}@media(max-width: 576px){body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close{margin:0;position:absolute;margin-top:-5px}}body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close:hover{opacity:.6}body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-backdrop{display:none}body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-position{height:0;padding:0}@media(max-width: 576px){body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-position>.modal-cacsp-box-close{position:fixed}}.modal-cacsp-backdrop{width:0;height:0;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background-color:#000;opacity:0;-webkit-transition:opacity .2s ease-in-out 0s;-moz-transition:opacity .2s ease-in-out 0s;-o-transition:opacity .2s ease-in-out 0s;transition:opacity .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position{position:fixed;width:0;height:0;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0;padding:40px 0;z-index:999999;overflow-y:auto;outline:0;font-size:100%}.modal-cacsp-position,.modal-cacsp-position *{color:#000}.modal-cacsp-position .modal-cacsp-box{width:0;height:0;overflow:hidden;opacity:0;border-radius:6px;-webkit-transition:opacity .4s ease-in-out 0s;-moz-transition:opacity .4s ease-in-out 0s;-o-transition:opacity .4s ease-in-out 0s;transition:opacity .4s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position .modal-cacsp-box>*{background-color:#fff}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show{width:80%;margin:auto;height:auto;min-width:320px;max-width:800px;opacity:1}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show{width:90%}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom{width:100%;max-width:100%;position:fixed;display:flex;align-items:center;bottom:0;left:0;margin:0;border-radius:0;border-top:1px solid #e6e6e6;background-color:#fff}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom>*{background-color:rgba(0,0,0,0)}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float{margin:2rem;border-radius:1rem;width:calc(100% - 4rem);max-width:calc(100% - 4rem);box-shadow:0 0 2rem rgba(0,0,0,.4);border-top:0}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom{flex-wrap:wrap}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-header{display:none}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content{width:50%;flex-grow:1}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{border:0}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{padding-top:0;white-space:normal}}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns .modal-cacsp-btn{width:100%;max-width:100%}}@media(max-width: 768px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns .modal-cacsp-btn{margin-right:0;margin-bottom:8px}}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{width:100%}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small{max-width:calc(320px - 4rem);min-width:200px;flex-wrap:wrap}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small .modal-cacsp-box-content,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small .modal-cacsp-btns{flex-wrap:wrap;width:100%;font-size:.8em}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small .modal-cacsp-box-content{padding-bottom:16px}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small .modal-cacsp-btns{border:0;padding-top:0;white-space:normal}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small .modal-cacsp-btns .modal-cacsp-btn{width:100%;max-width:100%;margin-right:0;margin-bottom:8px}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul{list-style:none;margin:0;padding:0;width:100%;max-width:100%}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li{padding:24px 32px 0;margin:0;border-bottom:1px solid #e6e6e6;line-height:normal}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li:first-child{border-top:1px solid #e6e6e6}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li:last-child{border-bottom:0}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch{padding-bottom:24px;display:flex;align-items:center;width:100%}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch *,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch *{text-decoration:none !important;outline:none}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch:hover,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch:hover{opacity:1;text-decoration:none !important}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span{font-size:1em}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span:first-child,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span:first-child{flex-grow:1}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span>span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span>span{font-size:.9em;font-weight:300}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span.modal-cacsp-toggle{width:40px;height:20px;border-radius:20px;margin-left:8px;display:block;position:relative;float:right;background-color:#e6e6e6}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span.modal-cacsp-toggle-switch-handle{width:20px;height:100%;border-radius:20px;background-color:#b3b3b3;position:absolute;left:0;right:auto;-webkit-transition:left .2s ease-in-out 0s;-moz-transition:left .2s ease-in-out 0s;-o-transition:left .2s ease-in-out 0s;transition:left .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle{background-color:#cde1d4}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle{background-color:#4b7d5e;left:20px}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled{cursor:not-allowed}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span{color:#000}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle{background-color:#f1d5d4}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle-switch-handle{background-color:#bd403c}.modal-cacsp-position .modal-cacsp-box a{text-decoration:underline}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header{display:block;background-color:#000;padding:24px 32px;font-size:1.5em}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-content{display:block;padding:32px;font-size:1em}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{display:flex;justify-content:flex-end;border-top:1px solid #e6e6e6;padding:24px 32px;white-space:nowrap}@media(max-width: 768px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{flex-wrap:wrap}}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{white-space:normal}}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn:hover{opacity:.6}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn{width:100%;margin-right:0;margin-bottom:8px}}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings{background-color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings *{color:#000}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse{background-color:#bd403c;border:1px solid #bd403c}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all{background-color:#bd403c;border:1px solid #bd403c}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save{background-color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save *{color:#000}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept{background-color:#4b7d5e;border:1px solid #4b7d5e}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all{background-color:#4b7d5e;border:1px solid #4b7d5e}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn:last-child{margin-right:0;margin-bottom:0}.warning-cacsp-iframe,.warning-cacsp-object{visibility:hidden}.warning-cacsp-iframe-content,.warning-cacsp-object-content{background-color:#e6e6e6;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:200px}.warning-cacsp-iframe-content,.warning-cacsp-iframe-content *,.warning-cacsp-object-content,.warning-cacsp-object-content *{color:#000}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-text,.warning-cacsp-iframe-content .warning-cacsp-object-content-text,.warning-cacsp-object-content .warning-cacsp-iframe-content-text,.warning-cacsp-object-content .warning-cacsp-object-content-text{text-align:center;width:90%;max-width:600px;margin:0 auto 20px}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a{margin-right:0}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a *,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a *,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a *,.warning-cacsp-object-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a *{color:#fff}.modal-cacsp-grandma .modal-cacsp-position{overflow-x:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom),.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings{position:relative}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom).modal-cacsp-box-show .modal-cacsp-box-header,.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-header{border-radius:6px 6px 0 0}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom).modal-cacsp-box-show .modal-cacsp-btns,.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-btns{border-radius:0 0 6px 6px}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info{overflow:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show{overflow:visible}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom::before{content:"";background:url(../img/cookie.webp) left top no-repeat;width:250px;height:163px;display:block;position:absolute;left:-30px;top:-40px;background-position:center center;background-size:auto 100%}@media(max-width: 768px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom::before{width:100%;left:0;top:-140px}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small::before{width:125px;height:82px;width:100%;left:0;top:-55px}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom:not(.modal-cacsp-box-bottom-float-small) .modal-cacsp-box-content{padding-left:200px;width:100%}@media(max-width: 768px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom:not(.modal-cacsp-box-bottom-float-small) .modal-cacsp-box-content{padding-left:32px}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show .modal-cacsp-box-header::before{content:"";background:url(../img/cookie.webp) left top no-repeat;width:160px;height:160px;display:block;position:absolute;right:-60px;top:-50px;background-size:auto 100%;background-position:center center}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings{overflow:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show{overflow:visible;padding-left:35px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show{padding-left:0}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show::before{content:"";background:url(../img/grandma.webp) left top no-repeat;width:420px;height:800px;display:block;position:absolute;left:0;background-size:auto 100%;margin-left:-270px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show::before{background-image:none}}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-header::before{content:"";background:url(../img/grandma.webp) left top no-repeat;-webkit-transform:scaleX(-1);transform:scaleX(-1);width:100px;height:200px;display:block;position:absolute;right:-30px;top:0;background-size:auto 100%;background-position:center center}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-settings-list li:first-child{padding-left:128px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-settings-list li:first-child{padding-left:32px}}/*# sourceMappingURL=cookies-and-content-security-policy.min.css.map */
  • cookies-and-content-security-policy/trunk/css/cookies-and-content-security-policy.min.css.map

    r3389380 r3462251  
    1 {"version":3,"sourceRoot":"","sources":["../scss/cookies-and-content-security-policy.scss","../scss/_variables.scss","../scss/_mixins.scss"],"names":[],"mappings":"AAGA,8VACC,qBACA,mBACA,kBACA,iBACA,iBCPO,KDQP,sBACA,cACA,kBACA,kBACA,kBACA,gCAcA,yDACC,gBAID,4CACC,WACA,YACA,WAED,4CACC,sBACA,WACA,YACA,mEACC,MCzCK,KD0CL,qBACA,eACA,QACA,MACA,YAMA,cACA,cEhDD,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BAgBH,yBFaA,mEAQE,SACA,kBACA,iBAKD,yEACC,WAKF,yEACC,aAED,yEACC,SACA,UEvCD,yBFwCC,gGAEE,gBAML,sBACC,QACA,SACA,gBACA,eACA,MACA,QACA,SACA,OACA,cACA,iBCtFO,KDuFP,UEjFC,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BF8EL,sBACC,eACA,QACA,SACA,aACA,mBACA,uBACA,MACA,QACA,SACA,OACA,eACA,eACA,gBACA,UACA,eACA,8CACC,MC3GM,KD6GP,uCACC,QACA,SACA,gBACA,UAIA,kBE/GA,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BFsGH,yCACC,iBClHK,KDsHN,4DACC,UACA,YAIA,YACA,gBACA,gBACA,UEpGD,yBF2FA,4DAIE,WAMD,mFACC,WACA,eACA,eACA,aACA,mBACA,SACA,OACA,SACA,gBACA,6BACA,iBC3II,KCqCN,yBF2FC,mFAaE,gBAED,2GACC,aAED,4GACC,UACA,YAED,qGACC,SElHH,yBFiHE,qGAGE,cACA,oBErHJ,yBFuHG,sHAEE,WACA,gBE/HL,yBF4HG,sHAME,eACA,mBE9HL,yBFkIE,iNAGE,YAOF,kGACC,gBACA,SACA,UACA,WACA,eACA,qGAEC,oBACA,SACA,gCACA,mBACA,iHACC,6BAED,gHACC,gBAED,qQAGC,oBACA,aACA,mBACA,WACA,8gBACC,gCACA,aAED,iRACC,UACA,gCAED,+QACC,cACA,uSACC,YAED,yRACC,eACA,gBAED,qTACC,WACA,YACA,mBACA,gBACA,cACA,kBACA,YACA,iBC9NI,QDgOL,iVACC,WACA,YACA,mBACA,iBCrOF,QDsOE,kBACA,OACA,WEvOP,2CACA,wCACA,sCACA,mCACA,mCACA,gCACG,2BFuOI,uXACC,iBCjPI,QDmPL,mZACC,iBCrPF,QDsPE,UAGF,yVACC,mBACA,mWACC,MC9PF,KD+PE,yYACC,iBCxPC,QD0PF,qaACC,iBC5PL,QDsQJ,yCACC,0BAED,+DACC,cACA,iBClRK,KDoRL,kBACA,gBACA,gIACC,MCtRI,KDyRN,gEACC,cAEA,aACA,cAED,yDACC,aAIA,yBAEA,6BAEA,kBACA,mBEzQD,yBF+PA,yDAGE,gBEvQF,yBFoQA,yDAYE,oBAIA,sJACC,MChTG,KDkTJ,gFACC,WExRH,yBFkRC,0EAUE,WACA,eAEA,mBAED,mGACC,iBC7TG,KD8TH,wMACC,MChUE,KDmUJ,iGACC,iBC7TC,QD8TD,yBACA,oMACC,MCtUE,KDyUJ,qGACC,iBCpUC,QDqUD,yBACA,4MACC,MC7UE,KDgVJ,+FACC,iBCjVG,KDkVH,gMACC,MCpVE,KDuVJ,iGACC,iBCtVG,QDuVH,yBACA,oMACC,MC1VE,KD6VJ,qGACC,iBC7VG,QD8VH,yBACA,4MACC,MCjWE,KDoWJ,qFACC,eACA,gBAML,4CAEC,kBAED,4DAEC,iBC7WY,QD8WZ,aACA,mBACA,uBACA,sBACA,iBACA,4HACC,MC1XM,KD4XP,oQAEC,kBACA,UACA,gBACA,mBAIA,oRAEC,eACA,gjBACC,MCxYI,KD8YP,2CACC,kBAEC,mMAEC,kBAEC,6RACC,0BAED,iRACC,0BAIH,iFACC,gBACA,sGACC,iBAEC,qIACC,WACA,sDACA,YACA,aACA,cACA,kBACA,WACA,UACA,kCACA,0BE5YL,yBFkYI,qIAYE,WACA,OACA,YAGF,sJACC,mBACA,WErZL,yBFmZI,sJAIE,mBAKF,sIACC,WACA,sDACA,YACA,aACA,cACA,kBACA,YACA,UACA,0BACA,kCAKJ,qFACC,gBACA,0GACC,iBACA,kBEpbH,yBFkbE,0GAIE,gBAED,kHACC,WACA,uDACA,YACA,aACA,cACA,kBACA,OACA,0BACA,mBEjcJ,yBFwbG,kHAWE,uBEncL,yBFwcK,0IACC,WACA,uDACA,6BACE,qBACF,YACA,aACA,cACA,kBACA,YACA,MACA,0BACA,mCAMD,wJACC,mBE3dN,yBF0dK,wJAGE","file":"cookies-and-content-security-policy.min.css"}
     1{"version":3,"sourceRoot":"","sources":["../scss/cookies-and-content-security-policy.scss","../scss/_variables.scss","../scss/_mixins.scss"],"names":[],"mappings":"AAGA,8VACC,qBACA,mBACA,kBACA,iBACA,iBCPO,KDQP,sBACA,cACA,kBACA,kBACA,kBACA,gCAcA,yDACC,gBAID,4CACC,WACA,YACA,WAED,4CACC,sBACA,WACA,YACA,mEACC,MCzCK,KD0CL,qBACA,eACA,QACA,MACA,YAMA,cACA,cEhDD,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BAgBH,yBFaA,mEAQE,SACA,kBACA,iBAKD,yEACC,WAKF,yEACC,aAED,yEACC,SACA,UEvCD,yBFwCC,gGAEE,gBAML,sBACC,QACA,SACA,gBACA,eACA,MACA,QACA,SACA,OACA,cACA,iBCtFO,KDuFP,UEjFC,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BF8EL,sBACC,eACA,QACA,SACA,aACA,mBACA,uBACA,MACA,QACA,SACA,OACA,eACA,eACA,gBACA,UACA,eACA,8CACC,MC3GM,KD6GP,uCACC,QACA,SACA,gBACA,UAIA,kBE/GA,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BFsGH,yCACC,iBClHK,KDsHN,4DACC,UACA,YAIA,YACA,gBACA,gBACA,UEpGD,yBF2FA,4DAIE,WAMD,mFACC,WACA,eACA,eACA,aACA,mBACA,SACA,OACA,SACA,gBACA,6BACA,iBC3II,KD4IJ,qFACC,+BAED,gHACC,YACA,mBACA,wBACA,4BACA,mCACA,aEhHH,yBF2FC,mFAyBE,gBAED,2GACC,aAED,4GACC,UACA,YAED,qGACC,SE9HH,yBF6HE,qGAGE,cACA,oBEjIJ,yBFmIG,sHAEE,WACA,gBE3IL,yBFwIG,sHAME,eACA,mBE1IL,yBF8IE,iNAGE,YAGF,sHACC,6BACA,gBACA,eACA,uRAEC,eACA,WACA,eAED,+IACC,oBAED,wIACC,SACA,cACA,mBACA,yJACC,WACA,eACA,eACA,kBAaH,kGACC,gBACA,SACA,UACA,WACA,eACA,qGAEC,oBACA,SACA,gCACA,mBACA,iHACC,6BAED,gHACC,gBAED,qQAGC,oBACA,aACA,mBACA,WACA,8gBACC,gCACA,aAED,iRACC,UACA,gCAED,+QACC,cACA,uSACC,YAED,yRACC,eACA,gBAED,qTACC,WACA,YACA,mBACA,gBACA,cACA,kBACA,YACA,iBCxQI,QD0QL,iVACC,WACA,YACA,mBACA,iBC/QF,QDgRE,kBACA,OACA,WEjRP,2CACA,wCACA,sCACA,mCACA,mCACA,gCACG,2BFiRI,uXACC,iBC3RI,QD6RL,mZACC,iBC/RF,QDgSE,UAGF,yVACC,mBACA,mWACC,MCxSF,KDySE,yYACC,iBClSC,QDoSF,qaACC,iBCtSL,QDgTJ,yCACC,0BAED,+DACC,cACA,iBC5TK,KD8TL,kBACA,gBACA,gIACC,MChUI,KDmUN,gEACC,cAEA,aACA,cAED,yDACC,aAIA,yBAEA,6BAEA,kBACA,mBEnTD,yBFySA,yDAGE,gBEjTF,yBF8SA,yDAYE,oBAIA,sJACC,MC1VG,KD4VJ,gFACC,WElUH,yBF4TC,0EAUE,WACA,eAEA,mBAED,mGACC,iBCvWG,KDwWH,wMACC,MC1WE,KD6WJ,iGACC,iBCvWC,QDwWD,yBACA,oMACC,MChXE,KDmXJ,qGACC,iBC9WC,QD+WD,yBACA,4MACC,MCvXE,KD0XJ,+FACC,iBC3XG,KD4XH,gMACC,MC9XE,KDiYJ,iGACC,iBChYG,QDiYH,yBACA,oMACC,MCpYE,KDuYJ,qGACC,iBCvYG,QDwYH,yBACA,4MACC,MC3YE,KD8YJ,qFACC,eACA,gBAML,4CAEC,kBAED,4DAEC,iBCvZY,QDwZZ,aACA,mBACA,uBACA,sBACA,iBACA,4HACC,MCpaM,KDsaP,oQAEC,kBACA,UACA,gBACA,mBAIA,oRAEC,eACA,gjBACC,MClbI,KDwbP,2CACC,kBAEC,mMAEC,kBAEC,6RACC,0BAED,iRACC,0BAIH,iFACC,gBACA,sGACC,iBAEC,qIACC,WACA,sDACA,YACA,aACA,cACA,kBACA,WACA,UACA,kCACA,0BEtbL,yBF4aI,qIAYE,WACA,OACA,YAID,wKACC,YACA,YACA,WACA,OACA,UAID,+LACC,mBACA,WEzcN,yBFucK,+LAIE,mBAMH,sIACC,WACA,sDACA,YACA,aACA,cACA,kBACA,YACA,UACA,0BACA,kCAKJ,qFACC,gBACA,0GACC,iBACA,kBEzeH,yBFueE,0GAIE,gBAED,kHACC,WACA,uDACA,YACA,aACA,cACA,kBACA,OACA,0BACA,mBEtfJ,yBF6eG,kHAWE,uBExfL,yBF6fK,0IACC,WACA,uDACA,6BACE,qBACF,YACA,aACA,cACA,kBACA,YACA,MACA,0BACA,mCAMD,wJACC,mBEhhBN,yBF+gBK,wJAGE","file":"cookies-and-content-security-policy.min.css"}
  • cookies-and-content-security-policy/trunk/inc/modal-cacsp.php

    r3258434 r3462251  
    1616            if ( $cacsp_option_banner ) {
    1717                $cacsp_option_banner_class = ' modal-cacsp-box-bottom';
     18                $cacsp_option_banner_float = get_cacsp_options( 'cacsp_option_banner_float' );
     19                if ( $cacsp_option_banner_float ) {
     20                    $cacsp_option_banner_class .= ' modal-cacsp-box-bottom-float';
     21                    $cacsp_option_banner_float_small = get_cacsp_options( 'cacsp_option_banner_float_small' );
     22                    if ( $cacsp_option_banner_float_small ) {
     23                        $cacsp_option_banner_class .= ' modal-cacsp-box-bottom-float-small';
     24                    }
     25                }
    1826            }
    1927            ?>
  • cookies-and-content-security-policy/trunk/inc/settings-cacsp-tab-settings.php

    r3440826 r3462251  
    1414$cacsp_option_own_style = get_cacsp_options( 'cacsp_option_own_style', false, '', true );
    1515$cacsp_option_own_js = get_cacsp_options( 'cacsp_option_own_js', false, '', true );
    16 $cacsp_option_banner = get_cacsp_options( 'cacsp_option_banner', false, '', true );
    17 $cacsp_option_allow_use_site = get_cacsp_options( 'cacsp_option_allow_use_site', false, '', true );
    18 $cacsp_option_hide_unused_settings_row = get_cacsp_options( 'cacsp_option_hide_unused_settings_row', false, '', true );
    19 $cacsp_option_grandma = get_cacsp_options( 'cacsp_option_grandma', false, '', true );
    20 $cacsp_option_show_refuse_button = get_cacsp_options( 'cacsp_option_show_refuse_button', false, '', true );
    21 $cacsp_option_settings_close_button = get_cacsp_options( 'cacsp_option_settings_close_button', false, '', true );
    2216$cacsp_option_settings_save_consent = get_cacsp_options( 'cacsp_option_settings_save_consent', false, '', true );
    2317$cacsp_option_forms = get_cacsp_options( 'cacsp_option_forms', false, '', true );
     
    6256                </label>
    6357                <br>
    64                 <label for="cacsp_option_banner">
    65                     <?php if ( $cacsp_option_banner ) {
    66                         $checked = ' checked';
    67                     } else {
    68                         $checked = '';
    69                     } ?>
    70                     <input type="checkbox" name="cacsp_option_banner" id="cacsp_option_banner" value="1"<?php echo $checked; ?>>
    71                         <?php esc_html_e( 'Do not use a modal, I want a banner.', 'cookies-and-content-security-policy' ); ?>
    72                 </label>
    73                 <br>
    74                 <label for="cacsp_option_allow_use_site">
    75                     <?php if ( $cacsp_option_allow_use_site ) {
    76                         $checked = ' checked';
    77                     } else {
    78                         $checked = '';
    79                     } ?>
    80                     <input type="checkbox" name="cacsp_option_allow_use_site" id="cacsp_option_allow_use_site" value="1"<?php echo $checked; ?>>
    81                         <?php esc_html_e( 'Allow user to access site without saving settings.', 'cookies-and-content-security-policy' ); ?>
    82                         <br>
    83                         <small><?php esc_html_e( 'Only works with banner.', 'cookies-and-content-security-policy' ); ?></small>
    84                 </label>
    85                 <br>
    86                 <label for="cacsp_option_hide_unused_settings_row">
    87                     <?php if ( $cacsp_option_hide_unused_settings_row ) {
    88                         $checked = ' checked';
    89                     } else {
    90                         $checked = '';
    91                     } ?>
    92                     <input type="checkbox" name="cacsp_option_hide_unused_settings_row" id="cacsp_option_hide_unused_settings_row" value="1"<?php echo $checked; ?>>
    93                         <?php esc_html_e( 'Hide unused sections in Settings.', 'cookies-and-content-security-policy' ); ?>
    94                         <br>
    95                         <small><?php esc_html_e( 'Example: If you don\'t have any domains specified for Marketing, that setting won\'t show for the visitor.', 'cookies-and-content-security-policy' ); ?></small>
    96                 </label>
    97                 <br>
    98                 <label for="cacsp_option_grandma">
    99                     <?php if ( $cacsp_option_grandma ) {
    100                         $checked = ' checked';
    101                     } else {
    102                         $checked = '';
    103                     } ?>
    104                     <input type="checkbox" name="cacsp_option_grandma" id="cacsp_option_grandma" value="1"<?php echo $checked; ?>>
    105                         <?php esc_html_e( 'Grandma mode.', 'cookies-and-content-security-policy' ); ?>
    106                         <br>
    107                         <small><?php esc_html_e( 'Add grandma with milk and cookies.', 'cookies-and-content-security-policy' ); ?></small>
    108                 </label>
    109                 <br>
    110                 <label for="cacsp_option_show_refuse_button">
    111                     <?php if ( $cacsp_option_show_refuse_button ) {
    112                         $checked = ' checked';
    113                     } else {
    114                         $checked = '';
    115                     } ?>
    116                     <input type="checkbox" name="cacsp_option_show_refuse_button" id="cacsp_option_show_refuse_button" value="1"<?php echo $checked; ?>>
    117                         <?php esc_html_e( 'Show refuse cookies button.', 'cookies-and-content-security-policy' ); ?>
    118                 </label>
    119                 <br>
    120                 <label for="cacsp_option_settings_close_button">
    121                     <?php if ( $cacsp_option_settings_close_button ) {
    122                         $checked = ' checked';
    123                     } else {
    124                         $checked = '';
    125                     } ?>
    126                     <input type="checkbox" name="cacsp_option_settings_close_button" id="cacsp_option_settings_close_button" value="1"<?php echo $checked; ?>>
    127                         <?php esc_html_e( 'Show close button (&times;).', 'cookies-and-content-security-policy' ); ?>
    128                 </label>
    129                 <br>
    13058                <label for="cacsp_option_google_consent_mode">
    13159                    <?php if ( $cacsp_option_google_consent_mode ) {
     
    408336
    409337<script>
    410     // Show/hide "Allow user to access site without saving settings"
    411     if ( !jQuery('label[for="cacsp_option_banner"] input').is(":checked") ) {
    412         jQuery('label[for="cacsp_option_allow_use_site"]').hide();
    413         jQuery('label[for="cacsp_option_allow_use_site"]').next('br').hide();
    414     }
    415     jQuery('label[for="cacsp_option_banner"] input').change(function() {
    416         if ( jQuery('label[for="cacsp_option_banner"] input').is(":checked") ) {
    417             jQuery('label[for="cacsp_option_allow_use_site"]').show();
    418             jQuery('label[for="cacsp_option_allow_use_site"]').next('br').show();
    419         } else {
    420             jQuery('label[for="cacsp_option_allow_use_site"]').hide();
    421             jQuery('label[for="cacsp_option_allow_use_site"]').next('br').hide();
    422         }
    423     });
    424338    // Show/hide "IPs to bypass"
    425339    if ( !jQuery('label[for="cacsp_option_bypass_ip"] input').is(":checked") ) {
  • cookies-and-content-security-policy/trunk/inc/settings-cacsp-update-options.php

    r3389380 r3462251  
    630630    update_option( 'cacsp_option_own_style', intval( isset( $_POST['cacsp_option_own_style'] ) ) );
    631631    update_option( 'cacsp_option_own_js', intval( isset( $_POST['cacsp_option_own_js'] ) ) );
    632     update_option( 'cacsp_option_banner', intval( isset( $_POST['cacsp_option_banner'] ) ) );
    633     update_option( 'cacsp_option_allow_use_site', intval( isset( $_POST['cacsp_option_allow_use_site'] ) ) );
    634     update_option( 'cacsp_option_grandma', intval( isset( $_POST['cacsp_option_grandma'] ) ) );
    635     update_option( 'cacsp_option_hide_unused_settings_row', intval( isset( $_POST['cacsp_option_hide_unused_settings_row'] ) ) );
    636     update_option( 'cacsp_option_show_refuse_button', intval( isset( $_POST['cacsp_option_show_refuse_button'] ) ) );
    637     update_option( 'cacsp_option_settings_close_button', intval( isset( $_POST['cacsp_option_settings_close_button'] ) ) );
    638632    update_option( 'cacsp_option_settings_save_consent', intval( isset( $_POST['cacsp_option_settings_save_consent'] ) ) );
    639633    update_option( 'cacsp_option_forms', intval( isset( $_POST['cacsp_option_forms'] ) ) );
     
    657651    update_option( 'cacsp_option_bypass_ip', intval( isset( $_POST['cacsp_option_bypass_ip'] ) ) );
    658652    update_option( 'cacsp_option_bypass_ips', cacsp_sanitize_ip( $_POST['cacsp_option_bypass_ips'] ) );
     653    echo '<div id="message" class="updated fade">
     654        <p>' . __( 'Your settings are now updated', 'cookies-and-content-security-policy' ) . '</p>
     655    </div>';
     656} elseif ( isset( $_POST['save_cacsp_settings_design'] ) && $can_change_all ) {
     657    update_option( 'cacsp_option_banner', intval( isset( $_POST['cacsp_option_banner'] ) ) );
     658    update_option( 'cacsp_option_banner_float', intval( isset( $_POST['cacsp_option_banner_float'] ) ) );
     659    update_option( 'cacsp_option_banner_float_small', intval( isset( $_POST['cacsp_option_banner_float_small'] ) ) );
     660    update_option( 'cacsp_option_allow_use_site', intval( isset( $_POST['cacsp_option_allow_use_site'] ) ) );
     661    update_option( 'cacsp_option_grandma', intval( isset( $_POST['cacsp_option_grandma'] ) ) );
     662    update_option( 'cacsp_option_hide_unused_settings_row', intval( isset( $_POST['cacsp_option_hide_unused_settings_row'] ) ) );
     663    update_option( 'cacsp_option_show_refuse_button', intval( isset( $_POST['cacsp_option_show_refuse_button'] ) ) );
     664    update_option( 'cacsp_option_settings_close_button', intval( isset( $_POST['cacsp_option_settings_close_button'] ) ) );
     665    update_option( 'cacsp_option_dark_mode', intval( isset( $_POST['cacsp_option_dark_mode'] ) ) );
     666    if ( intval( isset( $_POST['cacsp_option_dark_mode'] ) ) ) {
     667        update_option( 'cacsp_option_color_modal_bg', sanitize_hex_color( '#444444' ) );
     668        update_option( 'cacsp_option_color_modal_header_bg', sanitize_hex_color( '#2b2b2b' ) );
     669        update_option( 'cacsp_option_color_modal_list_border', sanitize_hex_color( '#8e8e8e' ) );
     670        update_option( 'cacsp_option_color_modal_text_color', sanitize_hex_color( '#ffffff' ) );
     671        update_option( 'cacsp_option_color_modal_header_text_color', sanitize_hex_color( '#ffffff' ) );
     672    }
    659673    echo '<div id="message" class="updated fade">
    660674        <p>' . __( 'Your settings are now updated', 'cookies-and-content-security-policy' ) . '</p>
  • cookies-and-content-security-policy/trunk/inc/settings-cacsp.php

    r3146036 r3462251  
    112112                <?php } ?>
    113113                <?php if ( !$show_only_text ) { ?>
     114                    <a href="?page=cacsp_settings&tab=design" class="nav-tab <?php echo $active_tab == 'design' ? 'nav-tab-active' : ''; ?>"><?php esc_html_e( 'Design', 'cookies-and-content-security-policy' ); ?></a>
     115                <?php } ?>
     116                <?php if ( !$show_only_text ) { ?>
    114117                    <a href="?page=cacsp_settings&tab=colors" class="nav-tab <?php echo $active_tab == 'colors' ? 'nav-tab-active' : ''; ?>"><?php esc_html_e( 'Colors', 'cookies-and-content-security-policy' ); ?></a>
    115118                <?php } ?>
     
    132135            } elseif ( $active_tab == 'settings' ) {
    133136                include_once( 'settings-cacsp-tab-settings.php' );
     137            } elseif ( $active_tab == 'design' ) {
     138                include_once( 'settings-cacsp-tab-design.php' );
    134139            } elseif ( $active_tab == 'colors' ) {
    135140                include_once( 'settings-cacsp-tab-colors.php' );
  • cookies-and-content-security-policy/trunk/languages/cookies-and-content-security-policy-sv_SE.l10n.php

    r3440826 r3462251  
    11<?php
    2 return ['po-revision-date'=>'2026-01-15 15:43+0000','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','plural-forms'=>'nplurals=2; plural=n != 1;','x-generator'=>'Loco https://localise.biz/','language'=>'sv_SE','project-id-version'=>'Plugins - Cookies and Content Security Policy - Stable (latest release)','language-team'=>'Svenska','report-msgid-bugs-to'=>'','pot-creation-date'=>'2022-07-25 07:20+0000','last-translator'=>'Testing stuff','x-loco-version'=>'2.6.6; wp-6.4.3','messages'=>['127.0.0.1<br>13.37.841.01'=>'127.0.0.1<br>13.37.841.01','Accept all'=>'Acceptera alla','Accept all button'=>'Acceptera alla-knapp','Accept button border'=>'Färg på ram för acceptera-knapp','Accept button color'=>'Färg på acceptera-knapp','Accept button text'=>'Färg på acceptera-knappens text','accepted_cookies'=>'accepted_cookies','Activate'=>'Aktivera','Activate the plugin to use it.'=>'Aktivera pluginet för att använda det.','Active'=>'Aktivt','Add grandma with milk and cookies.'=>'Lägg till mormor som serverar mjölk och kakor.','Admin'=>'Admin','Advanced settings'=>'Avancerade inställningar','After how many days the accept cookie should expire.'=>'Efter hur många dagar ska accept-cookien upphöra att gälla.','Allow background scripts via Worker'=>'Tillåt att script körs i bakgrunden med Worker','Allow blob.'=>'Tillåt blob.','Allow data.'=>'Tillåt data.','Allow user to access site without saving settings.'=>'Tillåt att besökaren använder siten utan att ha sparat några inställningar.','Always allow'=>'Tillåt alltid','Always allow, description'=>'Tillåt alltid, beskrivning','Always allow, header'=>'Tillåt alltid, rubrik','Always allowed, resources that the visitor can\'t opt out of.'=>'Tillåt alltid, resurser som besökaren inte kan välja bort.','Analytics'=>'Analys','Backdrop'=>'Backdrop','Backgrounds'=>'Bakgrunder','Basic settings'=>'Grundläggande inställningar','Block cookies and unwanted external content by setting Content Security Policy. A modal will be shown on the front end to let the visitor choose what kind of resources to accept.'=>'Blockera cookies och oönskat externt innehåll genom att skapa en Content Security Policy. En modal kommer att visas för besökaren som låter hen bestämma vilka typer av resurser som accepteras.','Buttons'=>'Knappar','By sharing your interests and behavior as you visit our site, you increase the chance of seeing personalized content and offers.'=>'Genom att dela med dig av dina intressen och ditt beteende när du surfar ökar du chansen att få se personligt anpassat innehåll och erbjudanden.','Bypass by IP'=>'Förbigå IP','Bypassing'=>'Förbikoppla','Calendly'=>'Calendly','Choose how to handle domains, texts, settings and colors in you network.'=>'Välj hur du vill hantera domäner, texter, inställningar och färger i ditt nätverk.','Choose what kind of cookies to accept. Your choice will be saved for one year.'=>'Välj vilken typ av kakor du vill acceptera. Ditt val kommer att sparas i ett år.','Choose which external resources the site uses to automatically save them to Domains. These are recommended settings for each resource.'=>'Välj vilka externa resurser som din site använder för att automatiskt spara dem till dina Domäner. Detta är rekommenderade inställningar för respektive resurs.','Close'=>'Stäng','Close button'=>'Stäng-knapp','Colors'=>'Färger','Consent'=>'Samtycke','Contact the administrator'=>'Kontakta administratören','Content not allowed button'=>'Innehållet är inte tillåtet-knapp','Content not allowed text'=>'Innehållet är inte tillåtet-text','Cookie Expire'=>'Cookie löper ut','Cookie policy link text'=>'Cookie policy länk-text','Cookie policy page'=>'Cookie policy-sida','Cookie policy target'=>'Cookie policy länkmål','Cookie policy URL'=>'Cookie policy URL','Cookies'=>'Kakor','Cookies and Content Security Policy'=>'Cookies och Content Security Policy','CRM'=>'CRM','Deactivated'=>'Deaktiverat','Debug.'=>'Debugga.','Default'=>'Standard','Default: 1000'=>'Standard: 1000','Default: 365'=>'Default: 365','Delete range'=>'Ta bort intervall','Delete selected'=>'Ta bort valda','Disable content not allowed message.'=>'Avaktivera meddelande för blockerad innehåll.','Disable unsafe-eval.'=>'Inaktivera unsafe-eval.','Disable unsafe-inline.'=>'Inaktivera unsafe-inline.','Disable X-Content-Security-Policy.'=>'Inaktivera X-Content-Security-Policy.','Disabled switch'=>'Avaktiverad switch','Disables the error message that appears when an iframe is blocked.'=>'Tar bort felmeddelandet som dyker upp när en ifram är blockerad.','Disables the use of eval() and similar methods for creating code from strings.'=>'Inaktiverar användningen av eval() och liknande metoder för att skapa kod från strängar.','Disables the use of inline resources, such as inline &lt;script&gt; elements, javascript: URLs, and inline event handlers.'=>'Inaktiverar användningen av inline-resurser, såsom inline &lt;script&gt;-element, javascript:-URLar och inline event handlers.','Divi'=>'Divi','Do not include css, I\'ve got my own style.'=>'Inkluder inte css, jag har min egen stil.','Do not include js, I\'ve got my own script.'=>'Inkludera inte js, jag har mitt eget script.','Do not use a modal, I want a banner.'=>'Använd inte modal, jag vill ha en banner.','Do your settings without disturbing anyone. No modal or Content Security Policy will be used at all.'=>'Gör dina inställningar utan att störa någon. Ingen modal eller Content Security Policy kommer att användas alls.','Domains'=>'Domäner','Donate with PayPal'=>'Donera med PayPal','drop me a line'=>'hör av dig','Enable Google Consent Mode v2'=>'Aktivera Google Consent Mode v2','Enabling this will use the <a href="https://wpengine.com/support/personalization-user-segmentation-page-cache/" target="_blank">User Cache Segmentation</a> to set the cookie, which will allow this plugin to work with WP Engine caching. <strong>Do not enable this setting if you are not on WP Engine.</strong>.'=>'Om du aktiverar detta så används <a href="https://wpengine.com/support/personalization-user-segmentation-page-cache/" target="_blank">User Cache Segmentation</a> för att ställa in cookien, vilket kommer att tillåta denna plugin att fungera med WP Engine-cache. <strong>Aktivera inte den här inställningen om du inte använder WP Engine.</strong>.','Everything'=>'Allt','Everything is individual on all sites'=>'Allt är individuellt på alla siter','Everything is shared from your main site *.'=>'Alla inställningar kommer från din huvudwebbplats *.','Everyting but texts is shared from the main site *.'=>'Alla inställningar förutom texter kommer från din huvudwebbplats *.','Example:'=>'Exempel:','Example: If you don\'t have any domains specified for Marketing, that setting won\'t show for the visitor.'=>'Exempel: Om du inte har några domäner sparade för Marknadsföring, så syns inte den inställningen för användaren.','Example: Some javascript libraries uses blob for images. Divi uses this for scripts in edit mode.'=>'Exempel: Vissa javascript-bibliotek använder blob för bilder. Divi använder detta i redigerings-läget.','Example: Sometimes data is used for loading images and scripts.'=>'Exempel: Ibland används data för att ladda bilder och script.','Experience'=>'Upplevelse','Experience, description'=>'Upplevelse, beskrivning','Experience, header'=>'Upplevelse, rubrik','Experience, resources for displaying external videos etc.'=>'Upplevelse, resurser för att visa externa videos etc.','expires'=>'expires','Facebook Pixel'=>'Facebook Pixel','Fill the forms with domains that should be allowed in each box. The groups are:'=>'Fyll i formulären med domäner som ska vara tillåtna i varje ruta. Grupperna är:','Forms'=>'Formulär','Frames'=>'Frames','From'=>'Från','Google'=>'Google','Google Ads'=>'Google Ads','Google Ads conversions'=>'Google Ads conversions','Google Ads remarketing'=>'Google Ads remarketing','Google Analytics'=>'Google Analytics','Google Analytics is under "Google"'=>'Google Analytics hittar du under "Google"','Google Docs'=>'Google Docs','Google Maps'=>'Google Maps','Google Optimize'=>'Google Optimize','Google Tag Manager'=>'Google Tag Manager','Google Translate'=>'Google Translate','Grandma mode.'=>'Mormor-mode.','Gravatar'=>'Gravatar','Hide unused sections in Settings.'=>'Dölj oanvända sektioner under Inställningar.','Hotjar'=>'Hotjar','How many ms (milliseconds) until the cookie modal should appear.'=>'Hur många ms (millisekunder) tills cookiemodalen ska visas.','How to link back to settings'=>'Länka till inställningarna','https://plugins.followmedarling.se/'=>'https://plugins.followmedarling.se/','https://plugins.followmedarling.se/cookies-and-content-security-policy/'=>'https://plugins.followmedarling.se/cookies-and-content-security-policy/','https://wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20polylang%3F'=>'https://sv.wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20polylang%3F','https://wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20wpml%3F'=>'https://sv.wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20wpml%3F','Hubspot'=>'Hubspot','id'=>'id','If i missed some common resource or if some resource is missing any setting for domain'=>'Om jag har missat någon vanlig resurs, eller om någon resurs saknar inställning för domän','If you are using a translation plugin (like Polylang or WPML) only your sites default language can be edited here, translations are edited in your translation plugins string translation area.'=>'Om du använder en översättningsplugin (som Polylang eller WPML) så kan du bara redigera ditt default-språk här, översättningar redigerar du bland ditt översättningsplugins strängöversättningar.','If you are using a translation plugin (like Polylang or WPML) you have to save this form to make the texts below appear in your translation plugin. If you are happy with the default texts, and the plugins is already available in your language, you can skip saving this form and everything is already set up for you.'=>'Om du använder en översättningsplugin (som Polylang eller WPML) så måste du spara detta formulär för att texterna nedan ska dyka upp in ditt översättningsplugin. om du är nöjd med texterna, och pluginet redan finns på ditt språk, så kan du hoppa över att spara detta forumläret och allt är klart.','If you enable Google Consent Mode v2, consent will be denied until the visitor accepts marketing cookies. If you do not enable Google Consent Mode v2, consent will always be denied.'=>'Om du aktiverar Google Consent Mode v2 kommer samtycke att nekas tills besökaren accepterar marknadsförings-cookies. Om du inte aktiverar Google Consent Mode v2 nekas samtycke alltid.','If you use a PDF, or have your cookie policy externally, simply add the URL here. Don\'t forget https://'=>'Om du använder en PDF, eller har din cookiepolicy externt, lägg bara till URL:en här. Glöm inte https://','If you want to link back to the settings modal simply add a link with href = "#cookiesAndContentPolicySettings"'=>'Om du vill länka tillbaks till inställnings-modalen, skapa helt enkelt en länk med href = "#cookiesAndContentPolicySettings"','If you\'re not using a translation plugin you just need to save this form if you want to change any of the texts.'=>'Om du inte använder någon översättningsplugin så behöver du bara spara detta formuläret om du vill ändra någon av texterna.','If your host does not accept setting php header(), or if you\'re using static page cache that doesn\'t go through php, check this to add CSP as a meta tag in the header instead.'=>'Om ditt webbhotell inte låter dig sätta php header(), eller om du använder statisk cache, kryssa i här för att köra CSP som meta tag istället.','Images'=>'Bilder','In order for our website to perform as well as possible during your visit. If you refuse these cookies, some functionality will disappear from the website.'=>'För att vår hemsida ska prestera så bra som möjligt under ditt besök. Om du nekar de här kakorna kommer viss funktionalitet att försvinna från hemsidan.','In order for us to improve the website\'s functionality and structure, based on how the website is used.'=>'För att vi ska kunna förbättra hemsidans funktionalitet och uppbyggnad, baserat på hur hemsidan används.','Info'=>'Info','Instagram'=>'Instagram','ip'=>'ip','IPs to bypass'=>'IP-adresser att förbigå','Issuu'=>'Issuu','It would make my day. :)'=>'Det skulle gör mig så hjärtans glad. :)','Jetpack'=>'Jetpack','Jonk @ Follow me Darling'=>'Jonk @ Follow me Darling','Just add ?cacsp_bypass=true to your url. All cookies will be accepted for the session. Great for when you run speedtest and so forth.'=>'Lägg bara till ?cacsp_bypass=true till din url. Alla cookies kommer att bli accepterade för sessionen. Bra att använda när man kör test av webbplatsprestanda och så vidare.','LinkedIn Insight Tag/LinkedIn Pixel'=>'LinkedIn Insight Tag/LinkedIn Pixel','Mailchimp'=>'Mailchimp','Marketing'=>'Marknadsföring','Marketing, description'=>'Marknadsföring, beskrivning','Marketing, header'=>'Marknadsföring, rubrik','Marketing, resources for gathering data about the visitor for remarketing etc.'=>'Marknadsföring, resurser för att samla in data om besökaren för remarketing etc.','Media'=>'Media','Misc'=>'Övrigt','Modal background'=>'Bakgrund i modalen','Modal header'=>'Rubrik i modalen','Modal header background'=>'Bakgrund i modalens sidhuvud','Modal list border'=>'Linjer mellan listelement i modalen','Modal text color'=>'Textfärg i modal','Modal text header color'=>'Textfärg i modalens sidhuvud','Necessary'=>'Nödvändiga','Network settings'=>'Nätverksinställningar','No idea :)'=>'Ingen aning :)','Off switch'=>'Av-switch','On switch'=>'På-switch','On switch, text color'=>'Textfärg för aktivt val','Only texts'=>'Bara texter','Only use CSP, no modal for me.'=>'Använd bara CSP, ingen modal för mig, tack.','Only works with banner.'=>'Fungerar bara med banner.','Open cookie policy in a new tab.'=>'Öppna cookie policy i en ny tabb.','Overwrite all settings in Domains'=>'Skriv över alla inställningar i Domäner','Page builders'=>'Sidbyggare','Payment'=>'Betalning','PayPal'=>'PayPal','Quickstart'=>'Snabbstart','Read in the FAQ how to translate with Polylang.'=>'Läs under Vanliga frågor hur du översätter med Polylang.','Read in the FAQ how to translate with WPML.'=>'Läs under Vanliga frågor hur du översätter med WPML.','Read our cookie policy'=>'Läs vår cookie policy','Read the FAQ, all commonly asked questions are answered there.'=>'Läs Vanliga frågor, alla de vanligaste frågorna är besvarade där.','reCAPTCHA v3'=>'reCAPTCHA v3','Recommended for better security.'=>'Rekommenderas för bättre säkerhet.','Refuse all'=>'Neka alla','Refuse button'=>'Neka-knapp','Refuse button border'=>'Färg på ram för neka-knapp','Refuse button color'=>' Färg på neka-knapp','Refuse button text'=>'Färg på neka-knappens text','Review your settings'=>'Granska dina inställningar','Review your settings button'=>'Granska dina inställningar-knapp','Review your settings text'=>'Granska dina inställningar-text','Save'=>'Spara','Save button'=>'Spara-knapp','Save button border'=>'Färg på ram för spara-knapp','Save button color'=>'Färg på spara-knapp','Save button text'=>'Färg på spara-knappens text','Save proof of consent'=>'Spara bevis på samtycke','Save Settings'=>'Spara inställningar','Scripts'=>'Script','Security check failed.'=>'Säkerhetskontroll misslyckades.','Separate domains by new line.<br>Example:<br>https://www.googleadservices.com<br>https://www.googletagmanager.com'=>'Separera domänerna med ny rad.<br>Exempel:<br>https://www.googleadservices.com<br>https://www.googletagmanager.com','Settings'=>'Inställningar','Settings button'=>'Inställnings-knapp','Settings button border'=>'Färg på ram för inställningar-knapp','Settings button color'=>'Färg på inställningar-knapp','Settings button text'=>'Färg på inställningar-knappens text','Settings text'=>'Text för inställningar','Show admin email in error messages.'=>'Visa e-postadress för administration i felmeddelanden.','Show close button (&times;).'=>'Visa stäng-knapp (&times;).','Show refuse cookies button.'=>'Visa neka cookies-knapp.','site'=>'site','Social networks'=>'Sociala nätverk','SoundCloud'=>'SoundCloud','Spotify'=>'Spotify','Statistics'=>'Statistik','Statistics, description'=>'Statistik, beskrivning','Statistics, header'=>'Statistik, rubrik','Statistics, resources for gathering data about the visitor for statistics etc.'=>'Statistik, resurser för att samla in data om besökaren för statistik etc.','Stripe'=>'Stripe','Support'=>'Support','Test your settings without disturbing your visitors. Modal and Content Security Policy will be used only for logged in users with Administrator role.'=>'Testa dina instlällningar utan att störa dina besökare. Modal och Content Security Policy kommer bara att synas för inloggade användare med rollen Administratör.','Texts'=>'Texter','The consent data is saved in the database table "your_prefix" + "cacsp_consent". By default, the prefix is "wp_", so in most cases the table is named "wp_cacsp_consent".'=>'Samtyckesuppgifterna sparas i databastabellen "your_prefix" + "cacsp_consent". Som standard är prefixet "wp_", så i de flesta fall heter tabellen "wp_cacsp_consent".','The content can\'t be loaded, since it is not allowed on the site.'=>'Innehållet kan inte laddas eftersom det inte är tillåtet på siten.','These cookies are not optional. They are needed for the website to function.'=>'Dessa kakor går inte att välja bort. De behövs för att hemsidan över huvud taget ska fungera.','This will bypass the cookie modal and accept all cookies for the specified IPs.'=>'Detta kommer att kringgå cookie-modalen och acceptera alla cookies för de angivna IP-adresserna','This will only make use of domains in Always allowed.'=>'Detta innebär också att bara domäner i Tillåt alltid kommer att användas.','This will print helpful comments at the beginning of your page inside the &gt;head&lt; tag.'=>'Detta kommer att skiva ut hjälpsamma kommentarer i början av din sida inuti &gt;head&lt;-taggen.','time'=>'time','Timeout'=>'Paus','To'=>'Till','Twitter'=>'Twitter','Use Content Security Policy for forms for added security.'=>'Använd Content Security Policy till formulär för ökad säkerhet.','Use Content Security Policy for worker-src.'=>'Använd Content Security Policy för worker-src.','Use meta.'=>'Använd meta.','Use the default colors or pick you own here.'=>'Använd standard-färgerna eller välj dina egna här.','Use this to allow posting data to other sites, like subscribing to a MailChimp newsletter would need https://*.list-manage.com/'=>'Använd denna för att tillåta postning till andra domäner, t.ex. kommer starta prenumereraton på ett MailChimp-nyhetsbrev att behöva https://*.list-manage.com/','Vimeo'=>'Vimeo','Visit the support forum for the plugin at WordPress.org.'=>'Besök support-forumet för pluginet på WordPress.org.','Want support?'=>'Vill du ha support?','Want to support the plugin?'=>'Vill du supporta pluginet?','We are live!'=>'Det är live!','We serve cookies. If you think that\'s ok, just click "Accept all". You can also choose what kind of cookies you want by clicking "Settings".'=>'Vi bjuder på kakor! Om du tycker det är ok, klickar du bara på "Acceptera alla". Du kan såklart välja vilken typ av kakor du vill ha genom att klicka på "Inställningar".','Wildcard domains can be used.<br>Example:<br>https://*.youtube.com'=>'Wildcard-domäner kan användas.<br>Exempel:<br>https://*.youtube.com','Will be linked from the cookie modal. Does not show the the cookie modal for the user to be able to read the policy before accepting.'=>'Länkas till i cookie-modalen. Visar inte cookie-modalen så att användaren kan läsa policyn innan denne accepterar.','Worker'=>'Worker','WP Engine compatibility mode.'=>'WP Engine kompabilitets-läge.','Yes, the plugin is free. Totally free. But if you still want to pay for it to show your appreciation:'=>'Ja, pluginet är gratis. Helt gratis. Men om du ändå vill betala för det för att visa din uppskattning:','You don\'t have to fill out this form, the plugin comes with default colors. But if you want to change the colors, this is it.'=>'Du behöver inte fylla i det här formuläret, pluginet har redan alla färger som behövs. Men om du vill ändra några färger så gör du det här.','You don\'t have to fill out this form, the plugin comes with default settings. But if you want to change settings, this is it.'=>'Du behöver inte fylla i det här formuläret, pluginet har redan alla inställningar som behövs. Men om du vill ändra några inställningar så gör du det här.','You have unsaved changes, do you want to continue?'=>'Du har osparade ändringar, vill du fortsätta?','Your CDN, like https://media.yourdomain.com/'=>'Din CDN, som t.ex. https://media.dinhemsida.se/','Your main site'=>'Din huvudwebbplats','Your settings are now updated'=>'Dina inställningar är nu uppdaterade','Your settings are now updated in <a href="?page=cacsp_settings&tab=domains">Domains</a>'=>'Dina inställningar är nu uppdaterade i <a href="?page=cacsp_settings&tab=domains">Domäner</a>','Your settings may be preventing you from seeing this content. Most likely you have Experience turned off.'=>'Det verkar som om dina inställningar hindrar dig från att se detta innehållet. Med största sannolikhet är det för att du har Upplevelse avstängt.','YouTube'=>'YouTube']];
     2return ['po-revision-date'=>'2026-01-18 14:19+0000','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','plural-forms'=>'nplurals=2; plural=n != 1;','x-generator'=>'Loco https://localise.biz/','language'=>'sv_SE','project-id-version'=>'Plugins - Cookies and Content Security Policy - Stable (latest release)','language-team'=>'Svenska','report-msgid-bugs-to'=>'','pot-creation-date'=>'2022-07-25 07:20+0000','last-translator'=>'Testing stuff','x-loco-version'=>'2.6.6; wp-6.4.3','messages'=>['127.0.0.1<br>13.37.841.01'=>'127.0.0.1<br>13.37.841.01','Accept all'=>'Acceptera alla','Accept all button'=>'Acceptera alla-knapp','Accept button border'=>'Färg på ram för acceptera-knapp','Accept button color'=>'Färg på acceptera-knapp','Accept button text'=>'Färg på acceptera-knappens text','accepted_cookies'=>'accepted_cookies','Activate'=>'Aktivera','Activate the plugin to use it.'=>'Aktivera pluginet för att använda det.','Active'=>'Aktivt','Add grandma with milk and cookies.'=>'Lägg till mormor som serverar mjölk och kakor.','Admin'=>'Admin','Advanced settings'=>'Avancerade inställningar','After how many days the accept cookie should expire.'=>'Efter hur många dagar ska accept-cookien upphöra att gälla.','Allow background scripts via Worker'=>'Tillåt att script körs i bakgrunden med Worker','Allow blob.'=>'Tillåt blob.','Allow data.'=>'Tillåt data.','Allow user to access site without saving settings.'=>'Tillåt att besökaren använder siten utan att ha sparat några inställningar.','Always allow'=>'Tillåt alltid','Always allow, description'=>'Tillåt alltid, beskrivning','Always allow, header'=>'Tillåt alltid, rubrik','Always allowed, resources that the visitor can\'t opt out of.'=>'Tillåt alltid, resurser som besökaren inte kan välja bort.','Analytics'=>'Analys','Backdrop'=>'Backdrop','Backgrounds'=>'Bakgrunder','Basic settings'=>'Grundläggande inställningar','Block cookies and unwanted external content by setting Content Security Policy. A modal will be shown on the front end to let the visitor choose what kind of resources to accept.'=>'Blockera cookies och oönskat externt innehåll genom att skapa en Content Security Policy. En modal kommer att visas för besökaren som låter hen bestämma vilka typer av resurser som accepteras.','Buttons'=>'Knappar','By sharing your interests and behavior as you visit our site, you increase the chance of seeing personalized content and offers.'=>'Genom att dela med dig av dina intressen och ditt beteende när du surfar ökar du chansen att få se personligt anpassat innehåll och erbjudanden.','Bypass by IP'=>'Förbigå IP','Bypassing'=>'Förbikoppla','Calendly'=>'Calendly','Choose how to handle domains, texts, settings and colors in you network.'=>'Välj hur du vill hantera domäner, texter, inställningar och färger i ditt nätverk.','Choose what kind of cookies to accept. Your choice will be saved for one year.'=>'Välj vilken typ av kakor du vill acceptera. Ditt val kommer att sparas i ett år.','Choose which external resources the site uses to automatically save them to Domains. These are recommended settings for each resource.'=>'Välj vilka externa resurser som din site använder för att automatiskt spara dem till dina Domäner. Detta är rekommenderade inställningar för respektive resurs.','Close'=>'Stäng','Close button'=>'Stäng-knapp','Colors'=>'Färger','Consent'=>'Samtycke','Contact the administrator'=>'Kontakta administratören','Content not allowed button'=>'Innehållet är inte tillåtet-knapp','Content not allowed text'=>'Innehållet är inte tillåtet-text','Cookie Expire'=>'Cookie löper ut','Cookie policy link text'=>'Cookie policy länk-text','Cookie policy page'=>'Cookie policy-sida','Cookie policy target'=>'Cookie policy länkmål','Cookie policy URL'=>'Cookie policy URL','Cookies'=>'Kakor','Cookies and Content Security Policy'=>'Cookies och Content Security Policy','CRM'=>'CRM','Dark mode.'=>'Mörkt läge.','Deactivated'=>'Deaktiverat','Debug.'=>'Debugga.','Default'=>'Standard','Default: 1000'=>'Standard: 1000','Default: 365'=>'Default: 365','Delete range'=>'Ta bort intervall','Delete selected'=>'Ta bort valda','Design'=>'Design','Disable content not allowed message.'=>'Avaktivera meddelande för blockerad innehåll.','Disable unsafe-eval.'=>'Inaktivera unsafe-eval.','Disable unsafe-inline.'=>'Inaktivera unsafe-inline.','Disable X-Content-Security-Policy.'=>'Inaktivera X-Content-Security-Policy.','Disabled switch'=>'Avaktiverad switch','Disables the error message that appears when an iframe is blocked.'=>'Tar bort felmeddelandet som dyker upp när en ifram är blockerad.','Disables the use of eval() and similar methods for creating code from strings.'=>'Inaktiverar användningen av eval() och liknande metoder för att skapa kod från strängar.','Disables the use of inline resources, such as inline &lt;script&gt; elements, javascript: URLs, and inline event handlers.'=>'Inaktiverar användningen av inline-resurser, såsom inline &lt;script&gt;-element, javascript:-URLar och inline event handlers.','Divi'=>'Divi','Do not include css, I\'ve got my own style.'=>'Inkluder inte css, jag har min egen stil.','Do not include js, I\'ve got my own script.'=>'Inkludera inte js, jag har mitt eget script.','Do not use a modal, I want a banner.'=>'Använd inte modal, jag vill ha en banner.','Do your settings without disturbing anyone. No modal or Content Security Policy will be used at all.'=>'Gör dina inställningar utan att störa någon. Ingen modal eller Content Security Policy kommer att användas alls.','Domains'=>'Domäner','Donate with PayPal'=>'Donera med PayPal','drop me a line'=>'hör av dig','Enable Google Consent Mode v2'=>'Aktivera Google Consent Mode v2','Enabling this will use the <a href="https://wpengine.com/support/personalization-user-segmentation-page-cache/" target="_blank">User Cache Segmentation</a> to set the cookie, which will allow this plugin to work with WP Engine caching. <strong>Do not enable this setting if you are not on WP Engine.</strong>.'=>'Om du aktiverar detta så används <a href="https://wpengine.com/support/personalization-user-segmentation-page-cache/" target="_blank">User Cache Segmentation</a> för att ställa in cookien, vilket kommer att tillåta denna plugin att fungera med WP Engine-cache. <strong>Aktivera inte den här inställningen om du inte använder WP Engine.</strong>.','Everything'=>'Allt','Everything is individual on all sites'=>'Allt är individuellt på alla siter','Everything is shared from your main site *.'=>'Alla inställningar kommer från din huvudwebbplats *.','Everyting but texts is shared from the main site *.'=>'Alla inställningar förutom texter kommer från din huvudwebbplats *.','Example:'=>'Exempel:','Example: If you don\'t have any domains specified for Marketing, that setting won\'t show for the visitor.'=>'Exempel: Om du inte har några domäner sparade för Marknadsföring, så syns inte den inställningen för användaren.','Example: Some javascript libraries uses blob for images. Divi uses this for scripts in edit mode.'=>'Exempel: Vissa javascript-bibliotek använder blob för bilder. Divi använder detta i redigerings-läget.','Example: Sometimes data is used for loading images and scripts.'=>'Exempel: Ibland används data för att ladda bilder och script.','Experience'=>'Upplevelse','Experience, description'=>'Upplevelse, beskrivning','Experience, header'=>'Upplevelse, rubrik','Experience, resources for displaying external videos etc.'=>'Upplevelse, resurser för att visa externa videos etc.','expires'=>'expires','Facebook Pixel'=>'Facebook Pixel','Fill the forms with domains that should be allowed in each box. The groups are:'=>'Fyll i formulären med domäner som ska vara tillåtna i varje ruta. Grupperna är:','Floating banner with rounded edges and drop shadow.'=>'Flytande banner med rundade hörn och skugga.','Floating banner.'=>'Flytande banner.','Forms'=>'Formulär','Frames'=>'Frames','From'=>'Från','Google'=>'Google','Google Ads'=>'Google Ads','Google Ads conversions'=>'Google Ads conversions','Google Ads remarketing'=>'Google Ads remarketing','Google Analytics'=>'Google Analytics','Google Analytics is under "Google"'=>'Google Analytics hittar du under "Google"','Google Docs'=>'Google Docs','Google Maps'=>'Google Maps','Google Optimize'=>'Google Optimize','Google Tag Manager'=>'Google Tag Manager','Google Translate'=>'Google Translate','Grandma mode.'=>'Mormor-mode.','Gravatar'=>'Gravatar','Hide unused sections in Settings.'=>'Dölj oanvända sektioner under Inställningar.','Hotjar'=>'Hotjar','How many ms (milliseconds) until the cookie modal should appear.'=>'Hur många ms (millisekunder) tills cookiemodalen ska visas.','How to link back to settings'=>'Länka till inställningarna','https://plugins.followmedarling.se/'=>'https://plugins.followmedarling.se/','https://plugins.followmedarling.se/cookies-and-content-security-policy/'=>'https://plugins.followmedarling.se/cookies-and-content-security-policy/','https://wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20polylang%3F'=>'https://sv.wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20polylang%3F','https://wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20wpml%3F'=>'https://sv.wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20wpml%3F','Hubspot'=>'Hubspot','id'=>'id','If i missed some common resource or if some resource is missing any setting for domain'=>'Om jag har missat någon vanlig resurs, eller om någon resurs saknar inställning för domän','If you are using a translation plugin (like Polylang or WPML) only your sites default language can be edited here, translations are edited in your translation plugins string translation area.'=>'Om du använder en översättningsplugin (som Polylang eller WPML) så kan du bara redigera ditt default-språk här, översättningar redigerar du bland ditt översättningsplugins strängöversättningar.','If you are using a translation plugin (like Polylang or WPML) you have to save this form to make the texts below appear in your translation plugin. If you are happy with the default texts, and the plugins is already available in your language, you can skip saving this form and everything is already set up for you.'=>'Om du använder en översättningsplugin (som Polylang eller WPML) så måste du spara detta formulär för att texterna nedan ska dyka upp in ditt översättningsplugin. om du är nöjd med texterna, och pluginet redan finns på ditt språk, så kan du hoppa över att spara detta forumläret och allt är klart.','If you enable Google Consent Mode v2, consent will be denied until the visitor accepts marketing cookies. If you do not enable Google Consent Mode v2, consent will always be denied.'=>'Om du aktiverar Google Consent Mode v2 kommer samtycke att nekas tills besökaren accepterar marknadsförings-cookies. Om du inte aktiverar Google Consent Mode v2 nekas samtycke alltid.','If you use a PDF, or have your cookie policy externally, simply add the URL here. Don\'t forget https://'=>'Om du använder en PDF, eller har din cookiepolicy externt, lägg bara till URL:en här. Glöm inte https://','If you want to link back to the settings modal simply add a link with href = "#cookiesAndContentPolicySettings"'=>'Om du vill länka tillbaks till inställnings-modalen, skapa helt enkelt en länk med href = "#cookiesAndContentPolicySettings"','If you\'re not using a translation plugin you just need to save this form if you want to change any of the texts.'=>'Om du inte använder någon översättningsplugin så behöver du bara spara detta formuläret om du vill ändra någon av texterna.','If your host does not accept setting php header(), or if you\'re using static page cache that doesn\'t go through php, check this to add CSP as a meta tag in the header instead.'=>'Om ditt webbhotell inte låter dig sätta php header(), eller om du använder statisk cache, kryssa i här för att köra CSP som meta tag istället.','Images'=>'Bilder','In order for our website to perform as well as possible during your visit. If you refuse these cookies, some functionality will disappear from the website.'=>'För att vår hemsida ska prestera så bra som möjligt under ditt besök. Om du nekar de här kakorna kommer viss funktionalitet att försvinna från hemsidan.','In order for us to improve the website\'s functionality and structure, based on how the website is used.'=>'För att vi ska kunna förbättra hemsidans funktionalitet och uppbyggnad, baserat på hur hemsidan används.','Info'=>'Info','Instagram'=>'Instagram','ip'=>'ip','IPs to bypass'=>'IP-adresser att förbigå','Issuu'=>'Issuu','It would make my day. :)'=>'Det skulle gör mig så hjärtans glad. :)','Jetpack'=>'Jetpack','Jonk @ Follow me Darling'=>'Jonk @ Follow me Darling','Just add ?cacsp_bypass=true to your url. All cookies will be accepted for the session. Great for when you run speedtest and so forth.'=>'Lägg bara till ?cacsp_bypass=true till din url. Alla cookies kommer att bli accepterade för sessionen. Bra att använda när man kör test av webbplatsprestanda och så vidare.','LinkedIn Insight Tag/LinkedIn Pixel'=>'LinkedIn Insight Tag/LinkedIn Pixel','Mailchimp'=>'Mailchimp','Marketing'=>'Marknadsföring','Marketing, description'=>'Marknadsföring, beskrivning','Marketing, header'=>'Marknadsföring, rubrik','Marketing, resources for gathering data about the visitor for remarketing etc.'=>'Marknadsföring, resurser för att samla in data om besökaren för remarketing etc.','Media'=>'Media','Misc'=>'Övrigt','Modal background'=>'Bakgrund i modalen','Modal header'=>'Rubrik i modalen','Modal header background'=>'Bakgrund i modalens sidhuvud','Modal list border'=>'Linjer mellan listelement i modalen','Modal text color'=>'Textfärg i modal','Modal text header color'=>'Textfärg i modalens sidhuvud','Necessary'=>'Nödvändiga','Network settings'=>'Nätverksinställningar','No idea :)'=>'Ingen aning :)','Off switch'=>'Av-switch','On switch'=>'På-switch','On switch, text color'=>'Textfärg för aktivt val','Only texts'=>'Bara texter','Only use CSP, no modal for me.'=>'Använd bara CSP, ingen modal för mig, tack.','Only works with banner.'=>'Fungerar bara med banner.','Open cookie policy in a new tab.'=>'Öppna cookie policy i en ny tabb.','Overwrite all settings in Domains'=>'Skriv över alla inställningar i Domäner','Page builders'=>'Sidbyggare','Payment'=>'Betalning','PayPal'=>'PayPal','Quickstart'=>'Snabbstart','Read in the FAQ how to translate with Polylang.'=>'Läs under Vanliga frågor hur du översätter med Polylang.','Read in the FAQ how to translate with WPML.'=>'Läs under Vanliga frågor hur du översätter med WPML.','Read our cookie policy'=>'Läs vår cookie policy','Read the FAQ, all commonly asked questions are answered there.'=>'Läs Vanliga frågor, alla de vanligaste frågorna är besvarade där.','reCAPTCHA v3'=>'reCAPTCHA v3','Recommended for better security.'=>'Rekommenderas för bättre säkerhet.','Refuse all'=>'Neka alla','Refuse button'=>'Neka-knapp','Refuse button border'=>'Färg på ram för neka-knapp','Refuse button color'=>' Färg på neka-knapp','Refuse button text'=>'Färg på neka-knappens text','Resaves some colors in Colors tab if checked while saving.'=>'Sparar över några färger i Färg-tabben om denna är ikryssad när du sparar.','Review your settings'=>'Granska dina inställningar','Review your settings button'=>'Granska dina inställningar-knapp','Review your settings text'=>'Granska dina inställningar-text','Save'=>'Spara','Save button'=>'Spara-knapp','Save button border'=>'Färg på ram för spara-knapp','Save button color'=>'Färg på spara-knapp','Save button text'=>'Färg på spara-knappens text','Save proof of consent'=>'Spara bevis på samtycke','Save Settings'=>'Spara inställningar','Scripts'=>'Script','Security check failed.'=>'Säkerhetskontroll misslyckades.','Separate domains by new line.<br>Example:<br>https://www.googleadservices.com<br>https://www.googletagmanager.com'=>'Separera domänerna med ny rad.<br>Exempel:<br>https://www.googleadservices.com<br>https://www.googletagmanager.com','Settings'=>'Inställningar','Settings button'=>'Inställnings-knapp','Settings button border'=>'Färg på ram för inställningar-knapp','Settings button color'=>'Färg på inställningar-knapp','Settings button text'=>'Färg på inställningar-knappens text','Settings text'=>'Text för inställningar','Show admin email in error messages.'=>'Visa e-postadress för administration i felmeddelanden.','Show close button (&times;).'=>'Visa stäng-knapp (&times;).','Show refuse cookies button.'=>'Visa neka cookies-knapp.','site'=>'site','Size and position'=>'Storlek och position','Small banner in the left bottom corner with rounded edges and drop shadow.'=>'Liten banner i nedre vänstar hörnet med rundade hörn och skugga.','Small floating banner.'=>'Liten fytande banner.','Social networks'=>'Sociala nätverk','SoundCloud'=>'SoundCloud','Spotify'=>'Spotify','Statistics'=>'Statistik','Statistics, description'=>'Statistik, beskrivning','Statistics, header'=>'Statistik, rubrik','Statistics, resources for gathering data about the visitor for statistics etc.'=>'Statistik, resurser för att samla in data om besökaren för statistik etc.','Stripe'=>'Stripe','Support'=>'Support','Test your settings without disturbing your visitors. Modal and Content Security Policy will be used only for logged in users with Administrator role.'=>'Testa dina instlällningar utan att störa dina besökare. Modal och Content Security Policy kommer bara att synas för inloggade användare med rollen Administratör.','Texts'=>'Texter','The consent data is saved in the database table "your_prefix" + "cacsp_consent". By default, the prefix is "wp_", so in most cases the table is named "wp_cacsp_consent".'=>'Samtyckesuppgifterna sparas i databastabellen "your_prefix" + "cacsp_consent". Som standard är prefixet "wp_", så i de flesta fall heter tabellen "wp_cacsp_consent".','The content can\'t be loaded, since it is not allowed on the site.'=>'Innehållet kan inte laddas eftersom det inte är tillåtet på siten.','These cookies are not optional. They are needed for the website to function.'=>'Dessa kakor går inte att välja bort. De behövs för att hemsidan över huvud taget ska fungera.','This will bypass the cookie modal and accept all cookies for the specified IPs.'=>'Detta kommer att kringgå cookie-modalen och acceptera alla cookies för de angivna IP-adresserna','This will only make use of domains in Always allowed.'=>'Detta innebär också att bara domäner i Tillåt alltid kommer att användas.','This will print helpful comments at the beginning of your page inside the &gt;head&lt; tag.'=>'Detta kommer att skiva ut hjälpsamma kommentarer i början av din sida inuti &gt;head&lt;-taggen.','time'=>'time','Timeout'=>'Paus','To'=>'Till','Twitter'=>'Twitter','Use Content Security Policy for forms for added security.'=>'Använd Content Security Policy till formulär för ökad säkerhet.','Use Content Security Policy for worker-src.'=>'Använd Content Security Policy för worker-src.','Use meta.'=>'Använd meta.','Use the default colors or pick you own here.'=>'Använd standard-färgerna eller välj dina egna här.','Use this to allow posting data to other sites, like subscribing to a MailChimp newsletter would need https://*.list-manage.com/'=>'Använd denna för att tillåta postning till andra domäner, t.ex. kommer starta prenumereraton på ett MailChimp-nyhetsbrev att behöva https://*.list-manage.com/','Vimeo'=>'Vimeo','Visit the support forum for the plugin at WordPress.org.'=>'Besök support-forumet för pluginet på WordPress.org.','Want support?'=>'Vill du ha support?','Want to support the plugin?'=>'Vill du supporta pluginet?','We are live!'=>'Det är live!','We serve cookies. If you think that\'s ok, just click "Accept all". You can also choose what kind of cookies you want by clicking "Settings".'=>'Vi bjuder på kakor! Om du tycker det är ok, klickar du bara på "Acceptera alla". Du kan såklart välja vilken typ av kakor du vill ha genom att klicka på "Inställningar".','Wildcard domains can be used.<br>Example:<br>https://*.youtube.com'=>'Wildcard-domäner kan användas.<br>Exempel:<br>https://*.youtube.com','Will be linked from the cookie modal. Does not show the the cookie modal for the user to be able to read the policy before accepting.'=>'Länkas till i cookie-modalen. Visar inte cookie-modalen så att användaren kan läsa policyn innan denne accepterar.','Worker'=>'Worker','WP Engine compatibility mode.'=>'WP Engine kompabilitets-läge.','Yes, the plugin is free. Totally free. But if you still want to pay for it to show your appreciation:'=>'Ja, pluginet är gratis. Helt gratis. Men om du ändå vill betala för det för att visa din uppskattning:','You don\'t have to fill out this form, the plugin comes with default colors. But if you want to change the colors, this is it.'=>'Du behöver inte fylla i det här formuläret, pluginet har redan alla färger som behövs. Men om du vill ändra några färger så gör du det här.','You don\'t have to fill out this form, the plugin comes with default design. But if you want to change the design, this is it.'=>'Du behöver inte fylla i det här formuläret, pluginet har redan den design som behövs. Men om du vill ändra designen så gör du det här.','You don\'t have to fill out this form, the plugin comes with default settings. But if you want to change settings, this is it.'=>'Du behöver inte fylla i det här formuläret, pluginet har redan alla inställningar som behövs. Men om du vill ändra några inställningar så gör du det här.','You have unsaved changes, do you want to continue?'=>'Du har osparade ändringar, vill du fortsätta?','Your CDN, like https://media.yourdomain.com/'=>'Din CDN, som t.ex. https://media.dinhemsida.se/','Your main site'=>'Din huvudwebbplats','Your settings are now updated'=>'Dina inställningar är nu uppdaterade','Your settings are now updated in <a href="?page=cacsp_settings&tab=domains">Domains</a>'=>'Dina inställningar är nu uppdaterade i <a href="?page=cacsp_settings&tab=domains">Domäner</a>','Your settings may be preventing you from seeing this content. Most likely you have Experience turned off.'=>'Det verkar som om dina inställningar hindrar dig från att se detta innehållet. Med största sannolikhet är det för att du har Upplevelse avstängt.','YouTube'=>'YouTube']];
  • cookies-and-content-security-policy/trunk/languages/cookies-and-content-security-policy-sv_SE.po

    r3440826 r3462251  
    33msgid ""
    44msgstr ""
    5 "PO-Revision-Date: 2026-01-15 15:43+0000\n"
     5"PO-Revision-Date: 2026-01-18 14:19+0000\n"
    66"MIME-Version: 1.0\n"
    77"Content-Type: text/plain; charset=UTF-8\n"
     
    1818"X-Loco-Version: 2.6.6; wp-6.4.3"
    1919
    20 #: inc/settings-cacsp-tab-settings.php:402
     20#: inc/settings-cacsp-tab-settings.php:330
    2121msgid "127.0.0.1<br>13.37.841.01"
    2222msgstr "127.0.0.1<br>13.37.841.01"
    2323
    24 #: inc/modal-cacsp.php:59 inc/modal-cacsp.php:168
     24#: inc/modal-cacsp.php:67 inc/modal-cacsp.php:176
    2525#: inc/settings-cacsp-tab-texts.php:74
    2626msgid "Accept all"
     
    5959msgstr "Aktivt"
    6060
    61 #: inc/settings-cacsp-tab-settings.php:107
     61#: inc/settings-cacsp-tab-design.php:118
    6262msgid "Add grandma with milk and cookies."
    6363msgstr "Lägg till mormor som serverar mjölk och kakor."
     
    6767msgstr "Admin"
    6868
    69 #: inc/settings-cacsp-tab-settings.php:146
     69#: inc/settings-cacsp-tab-settings.php:74
    7070msgid "Advanced settings"
    7171msgstr "Avancerade inställningar"
    7272
    73 #: inc/settings-cacsp-tab-settings.php:363
     73#: inc/settings-cacsp-tab-settings.php:291
    7474msgid "After how many days the accept cookie should expire."
    7575msgstr "Efter hur många dagar ska accept-cookien upphöra att gälla."
     
    8080msgstr "Tillåt att script körs i bakgrunden med Worker"
    8181
    82 #: inc/settings-cacsp-tab-settings.php:201
     82#: inc/settings-cacsp-tab-settings.php:129
    8383#| msgid "Allow blob:"
    8484msgid "Allow blob."
    8585msgstr "Tillåt blob."
    8686
    87 #: inc/settings-cacsp-tab-settings.php:213
     87#: inc/settings-cacsp-tab-settings.php:141
    8888msgid "Allow data."
    8989msgstr "Tillåt data."
    9090
    91 #: inc/settings-cacsp-tab-settings.php:81
     91#: inc/settings-cacsp-tab-design.php:92
    9292msgid "Allow user to access site without saving settings."
    9393msgstr ""
     
    122122msgstr "Bakgrunder"
    123123
    124 #: inc/settings-cacsp-tab-settings.php:48
     124#: inc/settings-cacsp-tab-settings.php:42
    125125msgid "Basic settings"
    126126msgstr "Grundläggande inställningar"
     
    140140msgstr "Knappar"
    141141
    142 #: inc/modal-cacsp.php:145 inc/settings-cacsp-tab-texts.php:71
     142#: inc/modal-cacsp.php:153 inc/settings-cacsp-tab-texts.php:71
    143143msgid ""
    144144"By sharing your interests and behavior as you visit our site, you increase "
     
    148148"ökar du chansen att få se personligt anpassat innehåll och erbjudanden."
    149149
    150 #: inc/settings-cacsp-tab-settings.php:386
    151 #: inc/settings-cacsp-tab-settings.php:396
     150#: inc/settings-cacsp-tab-settings.php:314
     151#: inc/settings-cacsp-tab-settings.php:324
    152152msgid "Bypass by IP"
    153153msgstr "Förbigå IP"
    154154
    155 #: inc/settings-cacsp-tab-settings.php:378
     155#: inc/settings-cacsp-tab-settings.php:306
    156156msgid "Bypassing"
    157157msgstr "Förbikoppla"
     
    168168"nätverk."
    169169
    170 #: inc/modal-cacsp.php:68 inc/settings-cacsp-tab-texts.php:63
     170#: inc/modal-cacsp.php:76 inc/settings-cacsp-tab-texts.php:63
    171171msgid ""
    172172"Choose what kind of cookies to accept. Your choice will be saved for one "
     
    185185"resurs."
    186186
    187 #: inc/modal-cacsp.php:24 inc/settings-cacsp-tab-texts.php:76
     187#: inc/modal-cacsp.php:32 inc/settings-cacsp-tab-texts.php:76
    188188msgid "Close"
    189189msgstr "Stäng"
     
    193193msgstr "Stäng-knapp"
    194194
    195 #: inc/settings-cacsp-tab-colors.php:36 inc/settings-cacsp.php:114
     195#: inc/settings-cacsp-tab-colors.php:36 inc/settings-cacsp.php:117
    196196msgid "Colors"
    197197msgstr "Färger"
    198198
    199 #: inc/settings-cacsp.php:117 inc/settings-cacsp-tab-consent.php:369
     199#: inc/settings-cacsp.php:120 inc/settings-cacsp-tab-consent.php:369
    200200msgid "Consent"
    201201msgstr "Samtycke"
     
    213213msgstr "Innehållet är inte tillåtet-text"
    214214
    215 #: inc/settings-cacsp-tab-settings.php:363
     215#: inc/settings-cacsp-tab-settings.php:291
    216216msgid "Cookie Expire"
    217217msgstr "Cookie löper ut"
     
    221221msgstr "Cookie policy länk-text"
    222222
    223 #: inc/settings-cacsp-tab-settings.php:326
     223#: inc/settings-cacsp-tab-settings.php:254
    224224msgid "Cookie policy page"
    225225msgstr "Cookie policy-sida"
    226226
    227 #: inc/settings-cacsp-tab-settings.php:348
     227#: inc/settings-cacsp-tab-settings.php:276
    228228msgid "Cookie policy target"
    229229msgstr "Cookie policy länkmål"
    230230
    231 #: inc/settings-cacsp-tab-settings.php:344
     231#: inc/settings-cacsp-tab-settings.php:272
    232232msgid "Cookie policy URL"
    233233msgstr "Cookie policy URL"
    234234
    235 #: inc/modal-cacsp.php:28 inc/modal-cacsp.php:65
     235#: inc/modal-cacsp.php:36 inc/modal-cacsp.php:73
    236236#: inc/settings-cacsp-tab-texts.php:60
    237237msgid "Cookies"
     
    248248msgstr "CRM"
    249249
     250#: inc/settings-cacsp-tab-design.php:72
     251#| msgid "Dark mode"
     252msgid "Dark mode."
     253msgstr "Mörkt läge."
     254
    250255#: inc/settings-cacsp-tab-activate.php:24
    251256msgid "Deactivated"
    252257msgstr "Deaktiverat"
    253258
    254 #: inc/settings-cacsp-tab-settings.php:273
     259#: inc/settings-cacsp-tab-settings.php:201
    255260msgid "Debug."
    256261msgstr "Debugga."
     
    260265msgstr "Standard"
    261266
    262 #: inc/settings-cacsp-tab-settings.php:366
     267#: inc/settings-cacsp-tab-settings.php:294
    263268msgid "Default: 1000"
    264269msgstr "Standard: 1000"
    265270
    266 #: inc/settings-cacsp-tab-settings.php:363
     271#: inc/settings-cacsp-tab-settings.php:291
    267272msgid "Default: 365"
    268273msgstr "Default: 365"
     
    276281msgstr "Ta bort valda"
    277282
    278 #: inc/settings-cacsp-tab-settings.php:249
     283#: inc/settings-cacsp-tab-design.php:23 inc/settings-cacsp.php:114
     284msgid "Design"
     285msgstr "Design"
     286
     287#: inc/settings-cacsp-tab-settings.php:177
    279288#| msgid "Disable content not allowed message"
    280289msgid "Disable content not allowed message."
    281290msgstr "Avaktivera meddelande för blockerad innehåll."
    282291
    283 #: inc/settings-cacsp-tab-settings.php:237
     292#: inc/settings-cacsp-tab-settings.php:165
    284293#| msgid "Disable unsafe-eval"
    285294msgid "Disable unsafe-eval."
    286295msgstr "Inaktivera unsafe-eval."
    287296
    288 #: inc/settings-cacsp-tab-settings.php:225
     297#: inc/settings-cacsp-tab-settings.php:153
    289298#| msgid "Disable unsafe-inline"
    290299msgid "Disable unsafe-inline."
    291300msgstr "Inaktivera unsafe-inline."
    292301
    293 #: inc/settings-cacsp-tab-settings.php:285
     302#: inc/settings-cacsp-tab-settings.php:213
    294303msgid "Disable X-Content-Security-Policy."
    295304msgstr "Inaktivera X-Content-Security-Policy."
     
    299308msgstr "Avaktiverad switch"
    300309
    301 #: inc/settings-cacsp-tab-settings.php:251
     310#: inc/settings-cacsp-tab-settings.php:179
    302311msgid "Disables the error message that appears when an iframe is blocked."
    303312msgstr "Tar bort felmeddelandet som dyker upp när en ifram är blockerad."
    304313
    305 #: inc/settings-cacsp-tab-settings.php:239
     314#: inc/settings-cacsp-tab-settings.php:167
    306315msgid ""
    307316"Disables the use of eval() and similar methods for creating code from "
     
    311320"från strängar."
    312321
    313 #: inc/settings-cacsp-tab-settings.php:227
     322#: inc/settings-cacsp-tab-settings.php:155
    314323msgid ""
    315324"Disables the use of inline resources, such as inline &lt;script&gt; elements,"
     
    323332msgstr "Divi"
    324333
    325 #: inc/settings-cacsp-tab-settings.php:157
     334#: inc/settings-cacsp-tab-settings.php:85
    326335msgid "Do not include css, I've got my own style."
    327336msgstr "Inkluder inte css, jag har min egen stil."
    328337
    329 #: inc/settings-cacsp-tab-settings.php:167
     338#: inc/settings-cacsp-tab-settings.php:95
    330339msgid "Do not include js, I've got my own script."
    331340msgstr "Inkludera inte js, jag har mitt eget script."
    332341
    333 #: inc/settings-cacsp-tab-settings.php:71
     342#: inc/settings-cacsp-tab-design.php:38
    334343msgid "Do not use a modal, I want a banner."
    335344msgstr "Använd inte modal, jag vill ha en banner."
     
    355364msgstr "hör av dig"
    356365
    357 #: inc/settings-cacsp-tab-settings.php:137
     366#: inc/settings-cacsp-tab-settings.php:65
    358367msgid "Enable Google Consent Mode v2"
    359368msgstr "Aktivera Google Consent Mode v2"
    360369
    361 #: inc/settings-cacsp-tab-settings.php:307
     370#: inc/settings-cacsp-tab-settings.php:235
    362371msgid ""
    363372"Enabling this will use the <a href=\"https://wpengine."
     
    394403msgstr "Exempel:"
    395404
    396 #: inc/settings-cacsp-tab-settings.php:95
     405#: inc/settings-cacsp-tab-design.php:106
    397406msgid ""
    398407"Example: If you don't have any domains specified for Marketing, that setting "
     
    402411"inte den inställningen för användaren."
    403412
    404 #: inc/settings-cacsp-tab-settings.php:203
     413#: inc/settings-cacsp-tab-settings.php:131
    405414msgid ""
    406415"Example: Some javascript libraries uses blob for images. Divi uses this for "
     
    410419"detta i redigerings-läget."
    411420
    412 #: inc/settings-cacsp-tab-settings.php:215
     421#: inc/settings-cacsp-tab-settings.php:143
    413422msgid "Example: Sometimes data is used for loading images and scripts."
    414423msgstr "Exempel: Ibland används data för att ladda bilder och script."
    415424
    416 #: inc/modal-cacsp.php:126 inc/settings-cacsp-tab-domains.php:86
     425#: inc/modal-cacsp.php:134 inc/settings-cacsp-tab-domains.php:86
    417426#: inc/settings-cacsp-tab-texts.php:68
    418427msgid "Experience"
     
    446455"Fyll i formulären med domäner som ska vara tillåtna i varje ruta. Grupperna "
    447456"är:"
     457
     458#: inc/settings-cacsp-tab-design.php:50
     459msgid "Floating banner with rounded edges and drop shadow."
     460msgstr "Flytande banner med rundade hörn och skugga."
     461
     462#: inc/settings-cacsp-tab-design.php:48
     463msgid "Floating banner."
     464msgstr "Flytande banner."
    448465
    449466#: inc/settings-cacsp-tab-domains.php:68 inc/settings-cacsp-tab-domains.php:80
     
    505522msgstr "Google Translate"
    506523
    507 #: inc/settings-cacsp-tab-settings.php:105
     524#: inc/settings-cacsp-tab-design.php:116
    508525msgid "Grandma mode."
    509526msgstr "Mormor-mode."
     
    513530msgstr "Gravatar"
    514531
    515 #: inc/settings-cacsp-tab-settings.php:93
     532#: inc/settings-cacsp-tab-design.php:104
    516533msgid "Hide unused sections in Settings."
    517534msgstr "Dölj oanvända sektioner under Inställningar."
     
    521538msgstr "Hotjar"
    522539
    523 #: inc/settings-cacsp-tab-settings.php:366
     540#: inc/settings-cacsp-tab-settings.php:294
    524541msgid "How many ms (milliseconds) until the cookie modal should appear."
    525542msgstr "Hur många ms (millisekunder) tills cookiemodalen ska visas."
    526543
    527 #: inc/settings-cacsp-tab-settings.php:370
     544#: inc/settings-cacsp-tab-settings.php:298
    528545msgid "How to link back to settings"
    529546msgstr "Länka till inställningarna"
     
    594611"klart."
    595612
    596 #: inc/settings-cacsp-tab-settings.php:139
     613#: inc/settings-cacsp-tab-settings.php:67
    597614#| msgid ""
    598615#| "If you enable Google Consent Mode v2, consent will be denied intil the "
     
    608625"Consent Mode v2 nekas samtycke alltid."
    609626
    610 #: inc/settings-cacsp-tab-settings.php:344
     627#: inc/settings-cacsp-tab-settings.php:272
    611628msgid ""
    612629"If you use a PDF, or have your cookie policy externally, simply add the URL "
     
    616633"URL:en här. Glöm inte https://"
    617634
    618 #: inc/settings-cacsp-tab-settings.php:373
     635#: inc/settings-cacsp-tab-settings.php:301
    619636msgid ""
    620637"If you want to link back to the settings modal simply add a link with href = "
     
    632649"formuläret om du vill ändra någon av texterna."
    633650
    634 #: inc/settings-cacsp-tab-settings.php:263
     651#: inc/settings-cacsp-tab-settings.php:191
    635652msgid ""
    636653"If your host does not accept setting php header(), or if you're using static "
     
    646663msgstr "Bilder"
    647664
    648 #: inc/modal-cacsp.php:127 inc/settings-cacsp-tab-texts.php:69
     665#: inc/modal-cacsp.php:135 inc/settings-cacsp-tab-texts.php:69
    649666msgid ""
    650667"In order for our website to perform as well as possible during your visit. "
     
    655672"nekar de här kakorna kommer viss funktionalitet att försvinna från hemsidan."
    656673
    657 #: inc/modal-cacsp.php:109 inc/settings-cacsp-tab-texts.php:67
     674#: inc/modal-cacsp.php:117 inc/settings-cacsp-tab-texts.php:67
    658675msgid ""
    659676"In order for us to improve the website's functionality and structure, based "
     
    675692msgstr "ip"
    676693
    677 #: inc/settings-cacsp-tab-settings.php:402
     694#: inc/settings-cacsp-tab-settings.php:330
    678695msgid "IPs to bypass"
    679696msgstr "IP-adresser att förbigå"
     
    695712msgstr "Jonk @ Follow me Darling"
    696713
    697 #: inc/settings-cacsp-tab-settings.php:381
     714#: inc/settings-cacsp-tab-settings.php:309
    698715msgid ""
    699716"Just add ?cacsp_bypass=true to your url. All cookies will be accepted for "
     
    712729msgstr "Mailchimp"
    713730
    714 #: inc/modal-cacsp.php:144 inc/settings-cacsp-tab-domains.php:98
     731#: inc/modal-cacsp.php:152 inc/settings-cacsp-tab-domains.php:98
    715732#: inc/settings-cacsp-tab-texts.php:70
    716733msgid "Marketing"
     
    737754msgstr "Media"
    738755
     756#: inc/settings-cacsp-tab-design.php:81
    739757#: inc/settings-cacsp-tab-quickstart.php:348
    740758msgid "Misc"
     
    765783msgstr "Textfärg i modalens sidhuvud"
    766784
    767 #: inc/modal-cacsp.php:90 inc/settings-cacsp-tab-texts.php:64
     785#: inc/modal-cacsp.php:98 inc/settings-cacsp-tab-texts.php:64
    768786msgid "Necessary"
    769787msgstr "Nödvändiga"
     
    793811msgstr "Bara texter"
    794812
    795 #: inc/settings-cacsp-tab-settings.php:59
     813#: inc/settings-cacsp-tab-settings.php:53
    796814msgid "Only use CSP, no modal for me."
    797815msgstr "Använd bara CSP, ingen modal för mig, tack."
    798816
    799 #: inc/settings-cacsp-tab-settings.php:83
     817#: inc/settings-cacsp-tab-design.php:94
    800818msgid "Only works with banner."
    801819msgstr "Fungerar bara med banner."
    802820
    803 #: inc/settings-cacsp-tab-settings.php:358
     821#: inc/settings-cacsp-tab-settings.php:286
    804822msgid "Open cookie policy in a new tab."
    805823msgstr "Öppna cookie policy i en ny tabb."
     
    833851msgstr "Läs under Vanliga frågor hur du översätter med WPML."
    834852
    835 #: inc/modal-cacsp.php:39 inc/modal-cacsp.php:43 inc/modal-cacsp.php:72
    836 #: inc/modal-cacsp.php:76 inc/settings-cacsp-tab-texts.php:62
     853#: inc/modal-cacsp.php:47 inc/modal-cacsp.php:51 inc/modal-cacsp.php:80
     854#: inc/modal-cacsp.php:84 inc/settings-cacsp-tab-texts.php:62
    837855msgid "Read our cookie policy"
    838856msgstr "Läs vår cookie policy"
     
    846864msgstr "reCAPTCHA v3"
    847865
    848 #: inc/settings-cacsp-tab-settings.php:179
    849 #: inc/settings-cacsp-tab-settings.php:191
     866#: inc/settings-cacsp-tab-settings.php:107
     867#: inc/settings-cacsp-tab-settings.php:119
    850868msgid "Recommended for better security."
    851869msgstr "Rekommenderas för bättre säkerhet."
    852870
    853 #: inc/modal-cacsp.php:55 inc/modal-cacsp.php:164
     871#: inc/modal-cacsp.php:63 inc/modal-cacsp.php:172
    854872#: inc/settings-cacsp-tab-texts.php:73
    855873msgid "Refuse all"
     
    872890msgstr "Färg på neka-knappens text"
    873891
     892#: inc/settings-cacsp-tab-design.php:74
     893msgid "Resaves some colors in Colors tab if checked while saving."
     894msgstr ""
     895"Sparar över några färger i Färg-tabben om denna är ikryssad när du sparar."
     896
    874897#: inc/settings-cacsp-tab-texts.php:78
    875898msgid "Review your settings"
     
    884907msgstr "Granska dina inställningar-text"
    885908
    886 #: inc/modal-cacsp.php:158 inc/settings-cacsp-tab-texts.php:75
     909#: inc/modal-cacsp.php:166 inc/settings-cacsp-tab-texts.php:75
    887910msgid "Save"
    888911msgstr "Spara"
     
    904927msgstr "Färg på spara-knappens text"
    905928
    906 #: inc/settings-cacsp-tab-settings.php:317
     929#: inc/settings-cacsp-tab-settings.php:245
    907930msgid "Save proof of consent"
    908931msgstr "Spara bevis på samtycke"
    909932
    910 #: inc/settings-cacsp-tab-colors.php:225 inc/settings-cacsp-tab-domains.php:112
    911 #: inc/settings-cacsp-tab-settings.php:406 inc/settings-cacsp-tab-texts.php:84
     933#: inc/settings-cacsp-tab-colors.php:225 inc/settings-cacsp-tab-design.php:147
     934#: inc/settings-cacsp-tab-domains.php:112
     935#: inc/settings-cacsp-tab-settings.php:334 inc/settings-cacsp-tab-texts.php:84
    912936#: inc/settings-cacsp-tab-quickstart.php:396 inc/network.php:79
    913937#: inc/settings-cacsp-tab-activate.php:50
     
    932956"com<br>https://www.googletagmanager.com"
    933957
    934 #: inc/modal-cacsp.php:49 inc/settings-cacsp.php:111
    935 #: inc/settings-cacsp-tab-settings.php:44 inc/settings-cacsp-tab-texts.php:72
     958#: inc/modal-cacsp.php:57 inc/settings-cacsp.php:111
     959#: inc/settings-cacsp-tab-settings.php:38 inc/settings-cacsp-tab-texts.php:72
    936960msgid "Settings"
    937961msgstr "Inställningar"
     
    957981msgstr "Text för inställningar"
    958982
    959 #: inc/settings-cacsp-tab-settings.php:295
     983#: inc/settings-cacsp-tab-settings.php:223
    960984#| msgid "Hide admin email in error messages."
    961985msgid "Show admin email in error messages."
    962986msgstr "Visa e-postadress för administration i felmeddelanden."
    963987
    964 #: inc/settings-cacsp-tab-settings.php:127
     988#: inc/settings-cacsp-tab-design.php:138
    965989msgid "Show close button (&times;)."
    966990msgstr "Visa stäng-knapp (&times;)."
    967991
    968 #: inc/settings-cacsp-tab-settings.php:117
     992#: inc/settings-cacsp-tab-design.php:128
    969993msgid "Show refuse cookies button."
    970994msgstr "Visa neka cookies-knapp."
     
    974998msgstr "site"
    975999
     1000#: inc/settings-cacsp-tab-design.php:27
     1001msgid "Size and position"
     1002msgstr "Storlek och position"
     1003
     1004#: inc/settings-cacsp-tab-design.php:62
     1005msgid ""
     1006"Small banner in the left bottom corner with rounded edges and drop shadow."
     1007msgstr "Liten banner i nedre vänstar hörnet med rundade hörn och skugga."
     1008
     1009#: inc/settings-cacsp-tab-design.php:60
     1010msgid "Small floating banner."
     1011msgstr "Liten fytande banner."
     1012
    9761013#: inc/settings-cacsp-tab-quickstart.php:151
    9771014msgid "Social networks"
     
    9861023msgstr "Spotify"
    9871024
    988 #: inc/modal-cacsp.php:108 inc/settings-cacsp-tab-domains.php:74
     1025#: inc/modal-cacsp.php:116 inc/settings-cacsp-tab-domains.php:74
    9891026#: inc/settings-cacsp-tab-texts.php:66
    9901027msgid "Statistics"
     
    10101047msgstr "Stripe"
    10111048
    1012 #: inc/settings-cacsp.php:120 inc/settings-cacsp-tab-support.php:6
     1049#: inc/settings-cacsp.php:123 inc/settings-cacsp-tab-support.php:6
    10131050msgid "Support"
    10141051msgstr "Support"
     
    10291066msgstr "Texter"
    10301067
    1031 #: inc/settings-cacsp-tab-settings.php:319
     1068#: inc/settings-cacsp-tab-settings.php:247
    10321069msgid ""
    10331070"The consent data is saved in the database table \"your_prefix\" + "
     
    10431080msgstr "Innehållet kan inte laddas eftersom det inte är tillåtet på siten."
    10441081
    1045 #: inc/modal-cacsp.php:91 inc/settings-cacsp-tab-texts.php:65
     1082#: inc/modal-cacsp.php:99 inc/settings-cacsp-tab-texts.php:65
    10461083msgid ""
    10471084"These cookies are not optional. They are needed for the website to function."
     
    10501087"taget ska fungera."
    10511088
    1052 #: inc/settings-cacsp-tab-settings.php:398
     1089#: inc/settings-cacsp-tab-settings.php:326
    10531090msgid ""
    10541091"This will bypass the cookie modal and accept all cookies for the specified "
     
    10581095"angivna IP-adresserna"
    10591096
    1060 #: inc/settings-cacsp-tab-settings.php:61
     1097#: inc/settings-cacsp-tab-settings.php:55
    10611098msgid "This will only make use of domains in Always allowed."
    10621099msgstr ""
    10631100"Detta innebär också att bara domäner i Tillåt alltid kommer att användas."
    10641101
    1065 #: inc/settings-cacsp-tab-settings.php:275
     1102#: inc/settings-cacsp-tab-settings.php:203
    10661103msgid ""
    10671104"This will print helpful comments at the beginning of your page inside the "
     
    10751112msgstr "time"
    10761113
    1077 #: inc/settings-cacsp-tab-settings.php:366
     1114#: inc/settings-cacsp-tab-settings.php:294
    10781115msgid "Timeout"
    10791116msgstr "Paus"
     
    10871124msgstr "Twitter"
    10881125
    1089 #: inc/settings-cacsp-tab-settings.php:177
     1126#: inc/settings-cacsp-tab-settings.php:105
    10901127msgid "Use Content Security Policy for forms for added security."
    10911128msgstr "Använd Content Security Policy till formulär för ökad säkerhet."
    10921129
    1093 #: inc/settings-cacsp-tab-settings.php:189
     1130#: inc/settings-cacsp-tab-settings.php:117
    10941131msgid "Use Content Security Policy for worker-src."
    10951132msgstr "Använd Content Security Policy för worker-src."
    10961133
    1097 #: inc/settings-cacsp-tab-settings.php:261
     1134#: inc/settings-cacsp-tab-settings.php:189
    10981135msgid "Use meta."
    10991136msgstr "Använd meta."
     
    11331170msgstr "Det är live!"
    11341171
    1135 #: inc/modal-cacsp.php:31 inc/settings-cacsp-tab-texts.php:61
     1172#: inc/modal-cacsp.php:39 inc/settings-cacsp-tab-texts.php:61
    11361173msgid ""
    11371174"We serve cookies. If you think that's ok, just click \"Accept all\". You can "
     
    11461183msgstr "Wildcard-domäner kan användas.<br>Exempel:<br>https://*.youtube.com"
    11471184
    1148 #: inc/settings-cacsp-tab-settings.php:340
     1185#: inc/settings-cacsp-tab-settings.php:268
    11491186msgid ""
    11501187"Will be linked from the cookie modal. Does not show the the cookie modal for "
     
    11591196msgstr "Worker"
    11601197
    1161 #: inc/settings-cacsp-tab-settings.php:305
     1198#: inc/settings-cacsp-tab-settings.php:233
    11621199#| msgid "WP Engine compatibility mode"
    11631200msgid "WP Engine compatibility mode."
     
    11801217"som behövs. Men om du vill ändra några färger så gör du det här."
    11811218
     1219#: inc/settings-cacsp-tab-design.php:8
     1220msgid ""
     1221"You don't have to fill out this form, the plugin comes with default design. "
     1222"But if you want to change the design, this is it."
     1223msgstr ""
     1224"Du behöver inte fylla i det här formuläret, pluginet har redan den design "
     1225"som behövs. Men om du vill ändra designen så gör du det här."
     1226
    11821227#: inc/settings-cacsp-tab-settings.php:8
    11831228msgid ""
     
    11891234"det här."
    11901235
    1191 #: inc/settings-cacsp.php:152
     1236#: inc/settings-cacsp.php:157
    11921237msgid "You have unsaved changes, do you want to continue?"
    11931238msgstr "Du har osparade ändringar, vill du fortsätta?"
     
    12051250#: inc/settings-cacsp-update-options.php:600
    12061251#: inc/settings-cacsp-update-options.php:626
    1207 #: inc/settings-cacsp-update-options.php:660
    1208 #: inc/settings-cacsp-update-options.php:686
    1209 #: inc/settings-cacsp-update-options.php:694
     1252#: inc/settings-cacsp-update-options.php:654
     1253#: inc/settings-cacsp-update-options.php:674
     1254#: inc/settings-cacsp-update-options.php:700
     1255#: inc/settings-cacsp-update-options.php:708
    12101256msgid "Your settings are now updated"
    12111257msgstr "Dina inställningar är nu uppdaterade"
  • cookies-and-content-security-policy/trunk/languages/cookies-and-content-security-policy.pot

    r3440826 r3462251  
    44"Project-Id-Version: Cookies and Content Security Policy\n"
    55"Report-Msgid-Bugs-To: \n"
    6 "POT-Creation-Date: 2026-01-15 15:43+0000\n"
     6"POT-Creation-Date: 2026-01-18 14:19+0000\n"
    77"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1717"X-Domain: cookies-and-content-security-policy"
    1818
    19 #: inc/settings-cacsp-tab-settings.php:402
     19#: inc/settings-cacsp-tab-settings.php:330
    2020msgid "127.0.0.1<br>13.37.841.01"
    2121msgstr ""
    2222
    23 #: inc/modal-cacsp.php:59 inc/modal-cacsp.php:168
     23#: inc/modal-cacsp.php:67 inc/modal-cacsp.php:176
    2424#: inc/settings-cacsp-tab-texts.php:74
    2525msgid "Accept all"
     
    5858msgstr ""
    5959
    60 #: inc/settings-cacsp-tab-settings.php:107
     60#: inc/settings-cacsp-tab-design.php:118
    6161msgid "Add grandma with milk and cookies."
    6262msgstr ""
     
    6666msgstr ""
    6767
    68 #: inc/settings-cacsp-tab-settings.php:146
     68#: inc/settings-cacsp-tab-settings.php:74
    6969msgid "Advanced settings"
    7070msgstr ""
    7171
    72 #: inc/settings-cacsp-tab-settings.php:363
     72#: inc/settings-cacsp-tab-settings.php:291
    7373msgid "After how many days the accept cookie should expire."
    7474msgstr ""
     
    7979msgstr ""
    8080
    81 #: inc/settings-cacsp-tab-settings.php:201
     81#: inc/settings-cacsp-tab-settings.php:129
    8282msgid "Allow blob."
    8383msgstr ""
    8484
    85 #: inc/settings-cacsp-tab-settings.php:213
     85#: inc/settings-cacsp-tab-settings.php:141
    8686msgid "Allow data."
    8787msgstr ""
    8888
    89 #: inc/settings-cacsp-tab-settings.php:81
     89#: inc/settings-cacsp-tab-design.php:92
    9090msgid "Allow user to access site without saving settings."
    9191msgstr ""
     
    119119msgstr ""
    120120
    121 #: inc/settings-cacsp-tab-settings.php:48
     121#: inc/settings-cacsp-tab-settings.php:42
    122122msgid "Basic settings"
    123123msgstr ""
     
    134134msgstr ""
    135135
    136 #: inc/modal-cacsp.php:145 inc/settings-cacsp-tab-texts.php:71
     136#: inc/modal-cacsp.php:153 inc/settings-cacsp-tab-texts.php:71
    137137msgid ""
    138138"By sharing your interests and behavior as you visit our site, you increase "
     
    140140msgstr ""
    141141
    142 #: inc/settings-cacsp-tab-settings.php:386
    143 #: inc/settings-cacsp-tab-settings.php:396
     142#: inc/settings-cacsp-tab-settings.php:314
     143#: inc/settings-cacsp-tab-settings.php:324
    144144msgid "Bypass by IP"
    145145msgstr ""
    146146
    147 #: inc/settings-cacsp-tab-settings.php:378
     147#: inc/settings-cacsp-tab-settings.php:306
    148148msgid "Bypassing"
    149149msgstr ""
     
    158158msgstr ""
    159159
    160 #: inc/modal-cacsp.php:68 inc/settings-cacsp-tab-texts.php:63
     160#: inc/modal-cacsp.php:76 inc/settings-cacsp-tab-texts.php:63
    161161msgid ""
    162162"Choose what kind of cookies to accept. Your choice will be saved for one "
     
    170170msgstr ""
    171171
    172 #: inc/modal-cacsp.php:24 inc/settings-cacsp-tab-texts.php:76
     172#: inc/modal-cacsp.php:32 inc/settings-cacsp-tab-texts.php:76
    173173msgid "Close"
    174174msgstr ""
     
    178178msgstr ""
    179179
    180 #: inc/settings-cacsp-tab-colors.php:36 inc/settings-cacsp.php:114
     180#: inc/settings-cacsp-tab-colors.php:36 inc/settings-cacsp.php:117
    181181msgid "Colors"
    182182msgstr ""
    183183
    184 #: inc/settings-cacsp.php:117 inc/settings-cacsp-tab-consent.php:369
     184#: inc/settings-cacsp.php:120 inc/settings-cacsp-tab-consent.php:369
    185185msgid "Consent"
    186186msgstr ""
     
    198198msgstr ""
    199199
    200 #: inc/settings-cacsp-tab-settings.php:363
     200#: inc/settings-cacsp-tab-settings.php:291
    201201msgid "Cookie Expire"
    202202msgstr ""
     
    206206msgstr ""
    207207
    208 #: inc/settings-cacsp-tab-settings.php:326
     208#: inc/settings-cacsp-tab-settings.php:254
    209209msgid "Cookie policy page"
    210210msgstr ""
    211211
    212 #: inc/settings-cacsp-tab-settings.php:348
     212#: inc/settings-cacsp-tab-settings.php:276
    213213msgid "Cookie policy target"
    214214msgstr ""
    215215
    216 #: inc/settings-cacsp-tab-settings.php:344
     216#: inc/settings-cacsp-tab-settings.php:272
    217217msgid "Cookie policy URL"
    218218msgstr ""
    219219
    220 #: inc/modal-cacsp.php:28 inc/modal-cacsp.php:65
     220#: inc/modal-cacsp.php:36 inc/modal-cacsp.php:73
    221221#: inc/settings-cacsp-tab-texts.php:60
    222222msgid "Cookies"
     
    233233msgstr ""
    234234
     235#: inc/settings-cacsp-tab-design.php:72
     236msgid "Dark mode."
     237msgstr ""
     238
    235239#: inc/settings-cacsp-tab-activate.php:24
    236240msgid "Deactivated"
    237241msgstr ""
    238242
    239 #: inc/settings-cacsp-tab-settings.php:273
     243#: inc/settings-cacsp-tab-settings.php:201
    240244msgid "Debug."
    241245msgstr ""
     
    245249msgstr ""
    246250
    247 #: inc/settings-cacsp-tab-settings.php:366
     251#: inc/settings-cacsp-tab-settings.php:294
    248252msgid "Default: 1000"
    249253msgstr ""
    250254
    251 #: inc/settings-cacsp-tab-settings.php:363
     255#: inc/settings-cacsp-tab-settings.php:291
    252256msgid "Default: 365"
    253257msgstr ""
     
    261265msgstr ""
    262266
    263 #: inc/settings-cacsp-tab-settings.php:249
     267#: inc/settings-cacsp-tab-design.php:23 inc/settings-cacsp.php:114
     268msgid "Design"
     269msgstr ""
     270
     271#: inc/settings-cacsp-tab-settings.php:177
    264272msgid "Disable content not allowed message."
    265273msgstr ""
    266274
    267 #: inc/settings-cacsp-tab-settings.php:237
     275#: inc/settings-cacsp-tab-settings.php:165
    268276msgid "Disable unsafe-eval."
    269277msgstr ""
    270278
    271 #: inc/settings-cacsp-tab-settings.php:225
     279#: inc/settings-cacsp-tab-settings.php:153
    272280msgid "Disable unsafe-inline."
    273281msgstr ""
    274282
    275 #: inc/settings-cacsp-tab-settings.php:285
     283#: inc/settings-cacsp-tab-settings.php:213
    276284msgid "Disable X-Content-Security-Policy."
    277285msgstr ""
     
    281289msgstr ""
    282290
    283 #: inc/settings-cacsp-tab-settings.php:251
     291#: inc/settings-cacsp-tab-settings.php:179
    284292msgid "Disables the error message that appears when an iframe is blocked."
    285293msgstr ""
    286294
    287 #: inc/settings-cacsp-tab-settings.php:239
     295#: inc/settings-cacsp-tab-settings.php:167
    288296msgid ""
    289297"Disables the use of eval() and similar methods for creating code from "
     
    291299msgstr ""
    292300
    293 #: inc/settings-cacsp-tab-settings.php:227
     301#: inc/settings-cacsp-tab-settings.php:155
    294302msgid ""
    295303"Disables the use of inline resources, such as inline &lt;script&gt; elements,"
     
    301309msgstr ""
    302310
    303 #: inc/settings-cacsp-tab-settings.php:157
     311#: inc/settings-cacsp-tab-settings.php:85
    304312msgid "Do not include css, I've got my own style."
    305313msgstr ""
    306314
    307 #: inc/settings-cacsp-tab-settings.php:167
     315#: inc/settings-cacsp-tab-settings.php:95
    308316msgid "Do not include js, I've got my own script."
    309317msgstr ""
    310318
    311 #: inc/settings-cacsp-tab-settings.php:71
     319#: inc/settings-cacsp-tab-design.php:38
    312320msgid "Do not use a modal, I want a banner."
    313321msgstr ""
     
    331339msgstr ""
    332340
    333 #: inc/settings-cacsp-tab-settings.php:137
     341#: inc/settings-cacsp-tab-settings.php:65
    334342msgid "Enable Google Consent Mode v2"
    335343msgstr ""
    336344
    337 #: inc/settings-cacsp-tab-settings.php:307
     345#: inc/settings-cacsp-tab-settings.php:235
    338346msgid ""
    339347"Enabling this will use the <a href=\"https://wpengine."
     
    364372msgstr ""
    365373
    366 #: inc/settings-cacsp-tab-settings.php:95
     374#: inc/settings-cacsp-tab-design.php:106
    367375msgid ""
    368376"Example: If you don't have any domains specified for Marketing, that setting "
     
    370378msgstr ""
    371379
    372 #: inc/settings-cacsp-tab-settings.php:203
     380#: inc/settings-cacsp-tab-settings.php:131
    373381msgid ""
    374382"Example: Some javascript libraries uses blob for images. Divi uses this for "
     
    376384msgstr ""
    377385
    378 #: inc/settings-cacsp-tab-settings.php:215
     386#: inc/settings-cacsp-tab-settings.php:143
    379387msgid "Example: Sometimes data is used for loading images and scripts."
    380388msgstr ""
    381389
    382 #: inc/modal-cacsp.php:126 inc/settings-cacsp-tab-domains.php:86
     390#: inc/modal-cacsp.php:134 inc/settings-cacsp-tab-domains.php:86
    383391#: inc/settings-cacsp-tab-texts.php:68
    384392msgid "Experience"
     
    409417"Fill the forms with domains that should be allowed in each box. The groups "
    410418"are:"
     419msgstr ""
     420
     421#: inc/settings-cacsp-tab-design.php:50
     422msgid "Floating banner with rounded edges and drop shadow."
     423msgstr ""
     424
     425#: inc/settings-cacsp-tab-design.php:48
     426msgid "Floating banner."
    411427msgstr ""
    412428
     
    469485msgstr ""
    470486
    471 #: inc/settings-cacsp-tab-settings.php:105
     487#: inc/settings-cacsp-tab-design.php:116
    472488msgid "Grandma mode."
    473489msgstr ""
     
    477493msgstr ""
    478494
    479 #: inc/settings-cacsp-tab-settings.php:93
     495#: inc/settings-cacsp-tab-design.php:104
    480496msgid "Hide unused sections in Settings."
    481497msgstr ""
     
    485501msgstr ""
    486502
    487 #: inc/settings-cacsp-tab-settings.php:366
     503#: inc/settings-cacsp-tab-settings.php:294
    488504msgid "How many ms (milliseconds) until the cookie modal should appear."
    489505msgstr ""
    490506
    491 #: inc/settings-cacsp-tab-settings.php:370
     507#: inc/settings-cacsp-tab-settings.php:298
    492508msgid "How to link back to settings"
    493509msgstr ""
     
    543559msgstr ""
    544560
    545 #: inc/settings-cacsp-tab-settings.php:139
     561#: inc/settings-cacsp-tab-settings.php:67
    546562msgid ""
    547563"If you enable Google Consent Mode v2, consent will be denied until the "
     
    550566msgstr ""
    551567
    552 #: inc/settings-cacsp-tab-settings.php:344
     568#: inc/settings-cacsp-tab-settings.php:272
    553569msgid ""
    554570"If you use a PDF, or have your cookie policy externally, simply add the URL "
     
    556572msgstr ""
    557573
    558 #: inc/settings-cacsp-tab-settings.php:373
     574#: inc/settings-cacsp-tab-settings.php:301
    559575msgid ""
    560576"If you want to link back to the settings modal simply add a link with href = "
     
    568584msgstr ""
    569585
    570 #: inc/settings-cacsp-tab-settings.php:263
     586#: inc/settings-cacsp-tab-settings.php:191
    571587msgid ""
    572588"If your host does not accept setting php header(), or if you're using static "
     
    580596msgstr ""
    581597
    582 #: inc/modal-cacsp.php:127 inc/settings-cacsp-tab-texts.php:69
     598#: inc/modal-cacsp.php:135 inc/settings-cacsp-tab-texts.php:69
    583599msgid ""
    584600"In order for our website to perform as well as possible during your visit. "
     
    587603msgstr ""
    588604
    589 #: inc/modal-cacsp.php:109 inc/settings-cacsp-tab-texts.php:67
     605#: inc/modal-cacsp.php:117 inc/settings-cacsp-tab-texts.php:67
    590606msgid ""
    591607"In order for us to improve the website's functionality and structure, based "
     
    605621msgstr ""
    606622
    607 #: inc/settings-cacsp-tab-settings.php:402
     623#: inc/settings-cacsp-tab-settings.php:330
    608624msgid "IPs to bypass"
    609625msgstr ""
     
    625641msgstr ""
    626642
    627 #: inc/settings-cacsp-tab-settings.php:381
     643#: inc/settings-cacsp-tab-settings.php:309
    628644msgid ""
    629645"Just add ?cacsp_bypass=true to your url. All cookies will be accepted for "
     
    639655msgstr ""
    640656
    641 #: inc/modal-cacsp.php:144 inc/settings-cacsp-tab-domains.php:98
     657#: inc/modal-cacsp.php:152 inc/settings-cacsp-tab-domains.php:98
    642658#: inc/settings-cacsp-tab-texts.php:70
    643659msgid "Marketing"
     
    662678msgstr ""
    663679
     680#: inc/settings-cacsp-tab-design.php:81
    664681#: inc/settings-cacsp-tab-quickstart.php:348
    665682msgid "Misc"
     
    690707msgstr ""
    691708
    692 #: inc/modal-cacsp.php:90 inc/settings-cacsp-tab-texts.php:64
     709#: inc/modal-cacsp.php:98 inc/settings-cacsp-tab-texts.php:64
    693710msgid "Necessary"
    694711msgstr ""
     
    718735msgstr ""
    719736
    720 #: inc/settings-cacsp-tab-settings.php:59
     737#: inc/settings-cacsp-tab-settings.php:53
    721738msgid "Only use CSP, no modal for me."
    722739msgstr ""
    723740
    724 #: inc/settings-cacsp-tab-settings.php:83
     741#: inc/settings-cacsp-tab-design.php:94
    725742msgid "Only works with banner."
    726743msgstr ""
    727744
    728 #: inc/settings-cacsp-tab-settings.php:358
     745#: inc/settings-cacsp-tab-settings.php:286
    729746msgid "Open cookie policy in a new tab."
    730747msgstr ""
     
    758775msgstr ""
    759776
    760 #: inc/modal-cacsp.php:39 inc/modal-cacsp.php:43 inc/modal-cacsp.php:72
    761 #: inc/modal-cacsp.php:76 inc/settings-cacsp-tab-texts.php:62
     777#: inc/modal-cacsp.php:47 inc/modal-cacsp.php:51 inc/modal-cacsp.php:80
     778#: inc/modal-cacsp.php:84 inc/settings-cacsp-tab-texts.php:62
    762779msgid "Read our cookie policy"
    763780msgstr ""
     
    771788msgstr ""
    772789
    773 #: inc/settings-cacsp-tab-settings.php:179
    774 #: inc/settings-cacsp-tab-settings.php:191
     790#: inc/settings-cacsp-tab-settings.php:107
     791#: inc/settings-cacsp-tab-settings.php:119
    775792msgid "Recommended for better security."
    776793msgstr ""
    777794
    778 #: inc/modal-cacsp.php:55 inc/modal-cacsp.php:164
     795#: inc/modal-cacsp.php:63 inc/modal-cacsp.php:172
    779796#: inc/settings-cacsp-tab-texts.php:73
    780797msgid "Refuse all"
     
    797814msgstr ""
    798815
     816#: inc/settings-cacsp-tab-design.php:74
     817msgid "Resaves some colors in Colors tab if checked while saving."
     818msgstr ""
     819
    799820#: inc/settings-cacsp-tab-texts.php:78
    800821msgid "Review your settings"
     
    809830msgstr ""
    810831
    811 #: inc/modal-cacsp.php:158 inc/settings-cacsp-tab-texts.php:75
     832#: inc/modal-cacsp.php:166 inc/settings-cacsp-tab-texts.php:75
    812833msgid "Save"
    813834msgstr ""
     
    829850msgstr ""
    830851
    831 #: inc/settings-cacsp-tab-settings.php:317
     852#: inc/settings-cacsp-tab-settings.php:245
    832853msgid "Save proof of consent"
    833854msgstr ""
    834855
    835 #: inc/settings-cacsp-tab-colors.php:225 inc/settings-cacsp-tab-domains.php:112
    836 #: inc/settings-cacsp-tab-settings.php:406 inc/settings-cacsp-tab-texts.php:84
     856#: inc/settings-cacsp-tab-colors.php:225 inc/settings-cacsp-tab-design.php:147
     857#: inc/settings-cacsp-tab-domains.php:112
     858#: inc/settings-cacsp-tab-settings.php:334 inc/settings-cacsp-tab-texts.php:84
    837859#: inc/settings-cacsp-tab-quickstart.php:396 inc/network.php:79
    838860#: inc/settings-cacsp-tab-activate.php:50
     
    855877msgstr ""
    856878
    857 #: inc/modal-cacsp.php:49 inc/settings-cacsp.php:111
    858 #: inc/settings-cacsp-tab-settings.php:44 inc/settings-cacsp-tab-texts.php:72
     879#: inc/modal-cacsp.php:57 inc/settings-cacsp.php:111
     880#: inc/settings-cacsp-tab-settings.php:38 inc/settings-cacsp-tab-texts.php:72
    859881msgid "Settings"
    860882msgstr ""
     
    880902msgstr ""
    881903
    882 #: inc/settings-cacsp-tab-settings.php:295
     904#: inc/settings-cacsp-tab-settings.php:223
    883905msgid "Show admin email in error messages."
    884906msgstr ""
    885907
    886 #: inc/settings-cacsp-tab-settings.php:127
     908#: inc/settings-cacsp-tab-design.php:138
    887909msgid "Show close button (&times;)."
    888910msgstr ""
    889911
    890 #: inc/settings-cacsp-tab-settings.php:117
     912#: inc/settings-cacsp-tab-design.php:128
    891913msgid "Show refuse cookies button."
    892914msgstr ""
     
    896918msgstr ""
    897919
     920#: inc/settings-cacsp-tab-design.php:27
     921msgid "Size and position"
     922msgstr ""
     923
     924#: inc/settings-cacsp-tab-design.php:62
     925msgid ""
     926"Small banner in the left bottom corner with rounded edges and drop shadow."
     927msgstr ""
     928
     929#: inc/settings-cacsp-tab-design.php:60
     930msgid "Small floating banner."
     931msgstr ""
     932
    898933#: inc/settings-cacsp-tab-quickstart.php:151
    899934msgid "Social networks"
     
    908943msgstr ""
    909944
    910 #: inc/modal-cacsp.php:108 inc/settings-cacsp-tab-domains.php:74
     945#: inc/modal-cacsp.php:116 inc/settings-cacsp-tab-domains.php:74
    911946#: inc/settings-cacsp-tab-texts.php:66
    912947msgid "Statistics"
     
    931966msgstr ""
    932967
    933 #: inc/settings-cacsp.php:120 inc/settings-cacsp-tab-support.php:6
     968#: inc/settings-cacsp.php:123 inc/settings-cacsp-tab-support.php:6
    934969msgid "Support"
    935970msgstr ""
     
    947982msgstr ""
    948983
    949 #: inc/settings-cacsp-tab-settings.php:319
     984#: inc/settings-cacsp-tab-settings.php:247
    950985msgid ""
    951986"The consent data is saved in the database table \"your_prefix\" + "
     
    958993msgstr ""
    959994
    960 #: inc/modal-cacsp.php:91 inc/settings-cacsp-tab-texts.php:65
     995#: inc/modal-cacsp.php:99 inc/settings-cacsp-tab-texts.php:65
    961996msgid ""
    962997"These cookies are not optional. They are needed for the website to function."
    963998msgstr ""
    964999
    965 #: inc/settings-cacsp-tab-settings.php:398
     1000#: inc/settings-cacsp-tab-settings.php:326
    9661001msgid ""
    9671002"This will bypass the cookie modal and accept all cookies for the specified "
     
    9691004msgstr ""
    9701005
    971 #: inc/settings-cacsp-tab-settings.php:61
     1006#: inc/settings-cacsp-tab-settings.php:55
    9721007msgid "This will only make use of domains in Always allowed."
    9731008msgstr ""
    9741009
    975 #: inc/settings-cacsp-tab-settings.php:275
     1010#: inc/settings-cacsp-tab-settings.php:203
    9761011msgid ""
    9771012"This will print helpful comments at the beginning of your page inside the "
     
    9831018msgstr ""
    9841019
    985 #: inc/settings-cacsp-tab-settings.php:366
     1020#: inc/settings-cacsp-tab-settings.php:294
    9861021msgid "Timeout"
    9871022msgstr ""
     
    9951030msgstr ""
    9961031
    997 #: inc/settings-cacsp-tab-settings.php:177
     1032#: inc/settings-cacsp-tab-settings.php:105
    9981033msgid "Use Content Security Policy for forms for added security."
    9991034msgstr ""
    10001035
     1036#: inc/settings-cacsp-tab-settings.php:117
     1037msgid "Use Content Security Policy for worker-src."
     1038msgstr ""
     1039
    10011040#: inc/settings-cacsp-tab-settings.php:189
    1002 msgid "Use Content Security Policy for worker-src."
    1003 msgstr ""
    1004 
    1005 #: inc/settings-cacsp-tab-settings.php:261
    10061041msgid "Use meta."
    10071042msgstr ""
     
    10381073msgstr ""
    10391074
    1040 #: inc/modal-cacsp.php:31 inc/settings-cacsp-tab-texts.php:61
     1075#: inc/modal-cacsp.php:39 inc/settings-cacsp-tab-texts.php:61
    10411076msgid ""
    10421077"We serve cookies. If you think that's ok, just click \"Accept all\". You can "
     
    10481083msgstr ""
    10491084
    1050 #: inc/settings-cacsp-tab-settings.php:340
     1085#: inc/settings-cacsp-tab-settings.php:268
    10511086msgid ""
    10521087"Will be linked from the cookie modal. Does not show the the cookie modal for "
     
    10591094msgstr ""
    10601095
    1061 #: inc/settings-cacsp-tab-settings.php:305
     1096#: inc/settings-cacsp-tab-settings.php:233
    10621097msgid "WP Engine compatibility mode."
    10631098msgstr ""
     
    10751110msgstr ""
    10761111
     1112#: inc/settings-cacsp-tab-design.php:8
     1113msgid ""
     1114"You don't have to fill out this form, the plugin comes with default design. "
     1115"But if you want to change the design, this is it."
     1116msgstr ""
     1117
    10771118#: inc/settings-cacsp-tab-settings.php:8
    10781119msgid ""
     
    10811122msgstr ""
    10821123
    1083 #: inc/settings-cacsp.php:152
     1124#: inc/settings-cacsp.php:157
    10841125msgid "You have unsaved changes, do you want to continue?"
    10851126msgstr ""
     
    10971138#: inc/settings-cacsp-update-options.php:600
    10981139#: inc/settings-cacsp-update-options.php:626
    1099 #: inc/settings-cacsp-update-options.php:660
    1100 #: inc/settings-cacsp-update-options.php:686
    1101 #: inc/settings-cacsp-update-options.php:694
     1140#: inc/settings-cacsp-update-options.php:654
     1141#: inc/settings-cacsp-update-options.php:674
     1142#: inc/settings-cacsp-update-options.php:700
     1143#: inc/settings-cacsp-update-options.php:708
    11021144msgid "Your settings are now updated"
    11031145msgstr ""
  • cookies-and-content-security-policy/trunk/readme.txt

    r3440826 r3462251  
    195195== Changelog ==
    196196
     197= 2.36 =
     198* New settings tab: Design
     199* New design: Floating banner
     200* New design: Small floating banner
     201* New design: Dark mode
     202
    197203= 2.35 =
    198204* Make "Show admin email in error messages" false by default
  • cookies-and-content-security-policy/trunk/scss/cookies-and-content-security-policy.scss

    r3389380 r3462251  
    141141                border-top: 1px solid $gray-light;
    142142                background-color: $modal-bg;
     143                > * {
     144                    background-color: transparent;
     145                }
     146                &.modal-cacsp-box-bottom-float {
     147                    margin: 2rem;
     148                    border-radius: 1rem;
     149                    width: calc(100% - 4rem);
     150                    max-width: calc(100% - 4rem);
     151                    box-shadow: 0 0 2rem rgba($black,.4);
     152                    border-top: 0;
     153                }
     154               
    143155                @include responsive(width-max-regular-down) {
    144156                    flex-wrap: wrap;
     
    171183                .modal-cacsp-btns {
    172184                    @include responsive(width-max-regular-down) {
    173                         width: 100%
     185                        width: 100%;
     186                    }
     187                }
     188                &.modal-cacsp-box-bottom-float-small {
     189                    max-width: calc(320px - 4rem);
     190                    min-width: 200px;
     191                    flex-wrap: wrap;
     192                    .modal-cacsp-box-content,
     193                    .modal-cacsp-btns {
     194                        flex-wrap: wrap;
     195                        width: 100%;
     196                        font-size: .8em;
     197                    }
     198                    .modal-cacsp-box-content {
     199                        padding-bottom: 16px;
     200                    }
     201                    .modal-cacsp-btns {
     202                        border: 0;
     203                        padding-top: 0;
     204                        white-space: normal;
     205                        .modal-cacsp-btn {
     206                            width: 100%;
     207                            max-width: 100%;
     208                            margin-right: 0;
     209                            margin-bottom: 8px;
     210                        }
    174211                    }
    175212                }
     
    177214        }
    178215        &.modal-cacsp-box-settings {
     216            /*
     217            > * {
     218                background-color: $modal-bg;
     219            }
     220                */
    179221            .modal-cacsp-box-settings-list {
    180222                ul {
     
    436478                            }
    437479                        }
    438                         .modal-cacsp-box-content {
    439                             padding-left: 200px;
    440                             width: 100%;
    441                             @include responsive(width-max-medium-down) {
    442                                 padding-left: 32px;
     480                        &.modal-cacsp-box-bottom-float-small {
     481                            &::before {
     482                                width: 125px;
     483                                height: 82px;
     484                                width: 100%;
     485                                left: 0;
     486                                top: -55px;
     487                            }
     488                        }
     489                        &:not(.modal-cacsp-box-bottom-float-small) {
     490                            .modal-cacsp-box-content {
     491                                padding-left: 200px;
     492                                width: 100%;
     493                                @include responsive(width-max-medium-down) {
     494                                    padding-left: 32px;
     495                                }
    443496                            }
    444497                        }
  • cookies-and-content-security-policy/trunk/uninstall.php

    r3372209 r3462251  
    5757    'cacsp_option_show_refuse_button',
    5858    'cacsp_option_settings_close_button',
     59    'cacsp_option_dark_mode',
    5960    'cacsp_option_forms',
    6061    'cacsp_option_worker',
Note: See TracChangeset for help on using the changeset viewer.