Zum Inhalt

Developer-Settings

If you are not a developer, please do not change anything! The options are chosen to work very well. These are very specific settings for developers, only change if you really know whatANDwhy you are doing this. Some of these settings can make your website unusable, always test everything -.

5bcf488a-c627-4eaa-826a-ec5607191751.png

Enable widget-cache

Activate this option to cache the response to widget-requests. This considerably shortens the response time, which in turn speeds up the page load of your website.

Minify Javascript and CSS

Minify Javascript- and CSS-code from CCM19 to speed up the page load of your website. Only deactivate this function to simplify troubleshooting in the event of problems.\ If deactivated, Console.log messages are also output!

My website is part of an advertising- and tracking-free network e.g. contentpass

Activate this setting if your website is part of a network that offers ad- and tracking-free access to your content. If this network embeds a banner on your website that gives the user the choice between a subscription and ad-supported access, it may also want to take control of the configuration of the CMP-consent parameters for the user. In this case, the front-end-widget is not displayed in favor of the network's banner. It is then up to the network to carry out the configuration via the JavaScript-API.

Execute inline-scripts using the eval-function

a6e67786-b99d-41c2-b21c-e99792a6d845.png

By default, CCM19 has inline-scripts reloaded by calling the eval-function. This behavior may be of concern, e.g. if it does not comply with your website's content security policy (Content-Security-Policy, CSP). If this is relevant for you, you can set this here.

Advanced frontend-behavior

5102e59c-000f-4e00-ab27-d1edf0491bbb.png

Remove unknown cookies

CCM19 can be configured so that cookies that are not stored in the tool are removed as soon as they are detected.

Of course, this only works for first party cookies. Third party cookies that are integrated by iframes, for example, can unfortunately not be technically modified by your own site and therefore cannot be deleted. The security settings in your browser prevent this - which is a good thing!

You must therefore block these scripts or iframes before they are executed - i.e. also before they set the cookies.

Think about whether you can find every cookie used on your site. For example, if you are using a shopping card cookie that is not listed in CCM19, it will be blocked -> NO SCAMS!!!!

Therefore TEST! TEST! TEST!

If you maintain integrations that are assigned to the "technically necessary" category, the source code, scripts and iframes they are aimed at are not blocked. This means that no consent is required from the site visitor to execute these resources.

If you want to force the user's consent before something is loaded, you can deactivate this option - technically necessary integrations are then loaded after the visitor's consent.

Force "Reject" button for "Accept all"

The German Data Protection Conference considers cookie-banners that make refusal more difficult than acceptance as not-compliant with the EU-regulations. This assessment is widely shared by many EU-national data protection organizations.

To protect you from legal consequences, we enforce the "Reject" button by default as soon as the "Accept all" button is active. You can deactivate this protection here if you are sure that you comply with all relevant regulations even without a "Reject" button-.

Override stubborn CSS-declarations of the website

Activate this option if there are unexpected problems in the layout of the frontend-widget, such as sharp corners, although rounded corners are expected. Sometimes websites define their CSS-rules and mark them as !important;, which partially overwrites the widget's CSS-code. To counteract this, this option marks each custom CSS-rule as !important. Use with caution!


b45bfb11-b3aa-4bd9-91d7-04de7d9d6445.png

Enable banner and block functionality only on configured domains

If active, the banner is not displayed and no scripts or iframes are blocked if the domain-name does not match the name in the domain-settings or an entry in the domain list under "Consent-storage".

Trigger extended GTM-events for every active integration

If active and the Google Tag Manager is used, each activated embedding triggers an event CCM19.embeddingAccepted in addition to the final CCM19.consentStateChanged. You can deactivate this behavior here if you do not need these events.

Detect cloaked scripts that use specific notations for other CMPs

This option enables the detection of scripts that use user-defined markup. Recognized scripts follow the rules configured in this account. No behavior specific to another CMP is emulated.

Currently, scripts that follow the following schemes are supported:

<script type="text/plain" data-cookieconsent="...">..</script>
<script type="text/plain" data-cookieconsent="..." src="..."&gt</script>

Precedence of the HTTP-header Accept-Language over the HTML-attribute lang

By default, the language in the CCM19 banner is automatically determined based on the HTML-lang-attribute. If you activate this option, CCM19 will display the banner in the user's browser language instead, provided this language has been activated under "Texts & Languages".

Delay the display of the frontend-widget

Here you can define a time span in milliseconds that is waited before the widget is displayed when the website is loaded.

Block scripts

34ea4351-f373-4537-91e4-f14294843df1.png

General blocklist - always block, without exception!

If you enter something here, all scripts containing this string will always be blocked everywhere, without the users of the page having the possibility to unblock the respective script.

Write one expression per line. Scripts containing one of these strings are always blocked without exception. This can be used to block dynamic or other scripts.

But

This only affects scripts that are contained on the page, scripts that are added via embeddings, for example, are not affected.

Block scripts

Here you can configure the behavior of the script-blocker. This function blocks the loading of scripts that are not under the control of CCM19. In this way, the setting of unwanted cookies is automatically prevented, as is the execution of unknown scripts.

Automatically block new scripts

If this checkbox is activated, new scripts found by CCM19 are directly deactivated and blocked. Please be careful here - it can also prevent necessary functions that you may not have entered as desired.

Also block scripts of your own domain

If this function is activated, all scripts from your own domain will also be blocked if they are found. Example:

<script type="text/javascript" src="/js/main.js" defer="defer"></script>

Also block inline scripts

If this is activated, inline scripts that are built into your page as snippets are also deactivated when they appear on the page. Example:

<script type="application/javascript">
  window.onload = function()
   {
     window.localStorage.clear();
   }
</script>

Exceptions for inline-scripts

If scanning for inline and custom scripts is also activated in CCM19 (not recommended as very resource-hungry), you can enter exceptions there that should no longer be taken into account due to special snippets.

Scripts found

Here you will find a list of all external scripts that the automatic scanner of the CCM19 widget finds on your page.

screenshot-1641913652262.jpg

List of scripts

The list shows you which scripts can be found on your page (the entire code snippet is displayed). Furthermore, a link shows where the script was found for the first time and whether it is active.

The red "Delete" button removes the script from this listing - it doesnotresult in the script being removed from your page. It remains there and can still be executed.

Deactivate scripts

You can deactivate the scripts found here manually and globally. If, for example, you do not have 100% control over the source code of the page (as is the case with many cloud-providers), you can access it here and prevent it from being integrated.

To deactivate a script, set the switch to inactive. It will then be blocked in the frontend for as long as the CCM19 widget is active.

Change management structure

82cff28b-7fb2-40d4-8cb1-373933597b79.png

CCM19 is set by default so that customers/visitors to your website agree or disagree with the scripts in the block with the associated cookies. Google Analytics is used here as an example; you can agree to its use or not, but not to the use of the individual cookies, which simply does not make technical sense.

The old CCM19 version still allowed this, but we changed this a long time ago. Some old versions still use the outdated cookie setting, so we offer the option to change this here.