{"id":238961,"date":"2024-09-16T16:11:29","date_gmt":"2024-09-16T14:11:29","guid":{"rendered":"https:\/\/devowl.io\/?post_type=knowledge-base&#038;p=238961"},"modified":"2024-09-16T16:11:29","modified_gmt":"2024-09-16T14:11:29","slug":"cookies-im-browser-verwalten-loschen-blockieren","status":"publish","type":"knowledge-base","link":"https:\/\/devowl.io\/de\/knowledge-base\/manage-delete-block-cookies-in-browser\/","title":{"rendered":"Verwalte, l\u00f6sche und blockiere Cookies in deinem Browser"},"content":{"rendered":"<section class=\"l-section wpb_row height_medium\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_flex valign_top type_default stacking_default\"><div class=\"vc_col-sm-12 wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p><span style=\"font-weight: 400;\">On websites, cookies are ubiquitous and often essential for the smooth functioning of these websites. These small text files store important information about your activities and preferences, enable personalized experiences, and help the website operator analyze your behavior on the website. In this article, you will learn how to delete, block and manage cookies in Chrome, Firefox, Safari and Edge on your Mac, Windows PC, iPhone or Android smartphone.<\/span><\/p>\n<\/div><\/div><div class=\"w-iconbox us_custom_8551abba iconpos_left style_outlined color_primary align_left no_title\"><div class=\"w-iconbox-icon\" style=\"font-size:18px;\"><i class=\"fas fa-info\"><\/i><\/div><div class=\"w-iconbox-meta\"><div class=\"w-iconbox-text\"><p>We must point out that the following statements do not constitute legal advice. Therefore, we can only give you evaluations from our intensive experience with the EU legal regulations in practice and a technical assessment of the situation.<\/p>\n<\/div><\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>What are cookies and how do they work?<\/h2>\n<p><span style=\"font-weight: 400;\">Cookies are small text files that store information on your device and can be read by the website when required. They perform various functions, ranging from ensuring basic website functionalities to collecting and analyzing user data. It is important to differentiate between technically necessary and technically unnecessary cookies.<\/span><\/p>\n<p><b>Technically necessary cookies<\/b><span style=\"font-weight: 400;\"> are essential for the proper functioning of the website. They store information that is absolutely necessary for the use of the website. A classic example of this is the storage of your login status on a website, as otherwise you would have to log in again each time you visit a subpage. Similarly, your shopping cart in online stores is often managed in technically necessary cookies. Without these cookies, the website would not function correctly, as they enable basic functions and security measures.<\/span><\/p>\n<p><b>Technically non-essential cookies<\/b><span style=\"font-weight: 400;\">, on the other hand, are not absolutely necessary for the website, but can improve your user experience and marketing measures. These cookies are used, for example, to track and analyze your user behavior. By analyzing how you as a user interact with the website, operators can gain valuable insights that help to optimize the website and increase the efficiency of marketing campaigns. Another example is cookies that are used to personalize content and advertising so that content tailored to you or targeted advertising can be displayed.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Another important distinction is between so-called <\/span><b>first-party cookies<\/b><span style=\"font-weight: 400;\"> and<\/span><b> third-party cookies<\/b><span style=\"font-weight: 400;\">. First-party cookies can only be read and written on the website you are visiting. Such cookies are usually set and read by the tools or plugins used on the website. Third-party cookies, on the other hand, come from external tools and their domains that are integrated on the website you are visiting, for example through advertisements or social media plugins. These cookies enable third-party providers to collect user data from you and to read and process it on other websites that use a tool from the same provider. Third-party cookies are criticized because they can be used to create extensive user profiles. Mozilla Firefox (since June 2019) Apple Safari (since April 2020) therefore blocks all third-party cookies by default.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">On the one hand, cookies enable an improved user experience, as you can be recognized as a returning user and your preferences can be stored. In addition, website performance and marketing measures can be made more efficient through cookies and the data collected as a result. On the other hand, there are also disadvantages for you as a website visitor, as the storage and processing of data is not always implemented in compliance with data protection regulations, and there is a risk of misuse, especially when using third-party cookies. In addition, blocking cookies can impair the functionality of the website, which can lead to errors on the website.<\/span><\/p>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>What types of cookies and similar technologies are there?<\/h2>\n<p><span style=\"font-weight: 400;\">Information can technically be stored in various ways, which are usually summarized under the term cookies. The best known examples of this are HTTP cookies, local storage, session storage or IndexedDB. Each type of storage has different properties, which determine the technical handling, accessibility and authorized access to the information.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>HTTP cookies <\/b><span style=\"font-weight: 400;\">are small data sets that are stored on the user&#8217;s device. They can store session data, user preferences and tracking information. These cookies are automatically transferred to the server with every HTTP request from the browser, as long as the cookie domain and path match. The validity period of cookies varies: session cookies are deleted when the browser is closed, while persistent cookies have a fixed expiration date defined by the cookie&#8217;s creator. The access authorization to cookies is determined by the cookie domain and can be further controlled by setting the attributes <\/span><span style=\"font-weight: 400;\">HttpOnly<\/span><span style=\"font-weight: 400;\">, <\/span><span style=\"font-weight: 400;\">Secure<\/span><span style=\"font-weight: 400;\"> und <\/span><span style=\"font-weight: 400;\">SameSite<\/span><span style=\"font-weight: 400;\">, so that access to the cookies can be prevented by JavaScript and their transmission can be restricted to secure connections.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Local storage <\/b><span style=\"font-weight: 400;\">offers a way to store large amounts of data in the browser for the long term. This data is retained even after the browser is closed and is ideal for storing user preferences, configuration data or temporary storage of form content. In contrast to HTTP cookies, data in local storage is not automatically transferred with HTTP requests, but remains locally in the browser and must be explicitly transferred to the server. Information in local storage remains until it is explicitly deleted by the user or the application, and therefore has no set expiry time. Access to the data stored in Local Storage is via JavaScript and is restricted to the web applications that belong to the same domain as the data.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Session storage <\/b><span style=\"font-weight: 400;\">offers a way to temporarily store data in the browser. This data is retained even after the page is reloaded, but only during the current session and is deleted as soon as the browser or the corresponding tab is closed. Session storage is ideal for storing temporary user input or navigation states that are only required during the current session. In contrast to HTTP cookies, data in session storage is not automatically transferred with HTTP requests, but remains locally in the browser and must be explicitly transferred to the server. Access to the data stored in session storage is via JavaScript and is restricted to the web applications that belong to the same domain as the data.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>IndexedDB<\/b><span style=\"font-weight: 400;\"> is a powerful storage method for complex and large amounts of data in the browser, which makes it possible to store structured data. This storage method is useful for web applications with offline functionality or extensive databases. Unlike HTTP cookies, IndexedDB is not automatically transferred with HTTP requests, but remains stored locally in the browser. The information in IndexedDB has no fixed validity period and remains until it is explicitly deleted. The data stored in IndexedDB is accessed via JavaScript, whereby access is restricted to the same domain.\u00a0<\/span><\/li>\n<\/ul>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>What is the problem with cookies?<\/h2>\n<p><span style=\"font-weight: 400;\">The topic of cookies is not only relevant from a technical point of view, but also from a data protection perspective:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>ePrivacy Directive <\/b><span style=\"font-weight: 400;\">(regulates the integrity of the user device): This directive and the associated laws in the member countries require the active consent of visitors for non-essential cookies. Essential cookies, which are necessary for the operation of the website, do not require consent, but must be mentioned in the privacy policy or in the cookie banner.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>GDPR <\/b><span style=\"font-weight: 400;\">(regulates the handling of personal data): In order to process personal data, you need a legal basis in accordance with Art. 6 GDPR. In many cases, consent is the only option, as some cookies process personal data directly, e.g. a user ID, a name or an email address, or they contain so much information that they could theoretically be indirectly assigned to a person. In addition, you must provide detailed information about the data processing and everything associated with it (Art. 13 GDPR).<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Setting up cookie banners correctly is crucial, but not all websites implement the legal requirements correctly. A <\/span><b>consent management solution<\/b><span style=\"font-weight: 400;\"> such as <\/span><a href=\"https:\/\/devowl.io\/wordpress-real-cookie-banner\/\"><span style=\"font-weight: 400;\">Real Cookie Banner<\/span><\/a><span style=\"font-weight: 400;\"> for WordPress can help website operators to implement data protection requirements correctly.<\/span><\/p>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>How can you delete cookies in different browsers?<\/h2>\n<p><span style=\"font-weight: 400;\">In addition to data protection concerns, cookies are often the cause of problems such as slow loading times or unwanted advertising. Deleting cookies can help improve browser speed and protect your privacy. Here is a step-by-step guide on how to delete cookies in the most popular browsers.<\/span><\/p>\n<h3>Google Chrome: How can you delete cookies?<\/h3>\n<p><span style=\"font-weight: 400;\">There are various ways to delete cookies in Google Chrome:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Delete all cookies:<\/b><span style=\"font-weight: 400;\"> In your browser, click on the 3 vertical dots in the top right-hand corner of your browser to go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy and security &gt; Delete browsing data<\/span><\/i><span style=\"font-weight: 400;\">. Here you can now adjust the time range for which you want to delete \u201cCookies and other site data\u201d to \u201cAll time\u201d and, if necessary, remove the automatically set checkmarks for \u201cBrowsing history\u201d and \u201cCached Images and files\u201d if you do not want this data to be deleted as well. Then click on \u201cDelete data\u201d to delete all cookies.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>One website: <\/b><span style=\"font-weight: 400;\">Open the developer console (<\/span><i><span style=\"font-weight: 400;\">right-click on open website &gt; Inspect &gt; Application &gt; Storage<\/span><\/i><span style=\"font-weight: 400;\">), select the \u201cincluding third-party cookies\u201d checkbox and press \u201cClear site data\u201d to delete all cookies on this website and third-party cookies from integrated tools.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Individual cookies: <\/b><span style=\"font-weight: 400;\">Open the developer console (<\/span><i><span style=\"font-weight: 400;\">right-click on open website &gt; Inspect &gt; Application &gt; Cookies \/ Session Storage \/ Local Storage<\/span><\/i><span style=\"font-weight: 400;\">), select the cookie you want to delete by right-clicking on it and press \u201cDelete\u201d to delete this individual cookie. This step can be performed for cookies as well as in session storage and local storage.<\/span><\/li>\n<\/ul>\n<h3>Mozilla Firefox: How can you delete cookies?<\/h3>\n<p><span style=\"font-weight: 400;\">There are various ways to delete cookies in Mozilla Firefox:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Delete all cookies: <\/b><span style=\"font-weight: 400;\">In your browser, click on the 3 horizontal lines in the top right-hand corner and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy &amp; Security &gt; Cookies and Site Data &gt; Manage data<\/span><\/i><span style=\"font-weight: 400;\">. Now select \u201cRemove All\u201d, click on \u201cSave Changes\u201d and confirm your selection in the next dialog with \u201cClear Now\u201d.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>One website: <\/b><span style=\"font-weight: 400;\">In your browser, click on the 3 horizontal lines in the top right-hand corner and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy &amp; Security &gt; Cookies and Site Data &gt; Manage data<\/span><\/i><span style=\"font-weight: 400;\">. Now select the desired website and click on \u201cRemove Selected\u201d, then click on \u201cSave changes\u201d and confirm your selection in the next dialog with \u201cClear Now\u201d.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Individual cookies: <\/b><span style=\"font-weight: 400;\">Open the developer console (<em>right-click on open website &gt; Inspect &gt; Storage &gt; Cookies \/ Session Storage \/ Local Storage<\/em>), select the desired cookie by right-clicking and press \u201cDelete [cookie name]\u201d to delete the cookie on this website. This step can be performed for cookies as well as in session storage and local storage.<\/span><\/li>\n<\/ul>\n<h3>Microsoft Edge: How can you delete cookies?<\/h3>\n<p><span style=\"font-weight: 400;\">In Microsoft Edge, proceed as follows to delete cookies in various ways:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Delete all cookies:<\/b><span style=\"font-weight: 400;\"> In your browser, click on the 3 horizontal dots in the top right-hand corner of your browser go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy, Search, and Services &gt; Delete browsing data &gt; Choose what to Clear<\/span><\/i><span style=\"font-weight: 400;\">. Now you can adjust the period for which you want to delete the cookies and other website data to \u201cAll Time\u201d and, if necessary, remove the automatically set checkmarks for \u201cBrowsing history\u201d, \u201cDownload history\u201d and \u201cCached images and files\u201d if you do not want this data to be deleted as well. Then click on \u201cClear now\u201d to delete all cookies.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>One website: <\/b><span style=\"font-weight: 400;\">Open the developer console (<\/span><i><span style=\"font-weight: 400;\">right-click on open website &gt; Inspect &gt; Application &gt; Storage<\/span><\/i><span style=\"font-weight: 400;\">), select the \u201cincluding third-party cookies\u201d checkbox and press \u201cClear site data\u201d to delete all cookies on this website and third-party cookies from integrated tools.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Individual cookies:<\/b><span style=\"font-weight: 400;\"> Open the developer console (<\/span><i><span style=\"font-weight: 400;\">right-click on open website &gt; Inspect &gt; Application &gt; Cookies \/ Session Storage \/ Local Storage<\/span><\/i><span style=\"font-weight: 400;\">), select the cookie you want to delete by right-clicking on it and press \u201cDelete\u201d to delete this individual cookie. This step can be performed for cookies as well as in session storage and local storage.<\/span><\/li>\n<\/ul>\n<h3>Apple Safari: How can you delete cookies?<\/h3>\n<p><span style=\"font-weight: 400;\">There are various ways to delete cookies in Safari:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Delete all cookies: <\/b><span style=\"font-weight: 400;\">Go to Safari in the top bar of your screen and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy<\/span><\/i><span style=\"font-weight: 400;\">. Then click on \u201cManage Website Data&#8230;\u201d, then press \u201cRemove all\u201d and confirm your selection in the next dialog to delete all cookies.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>One website:<\/b><span style=\"font-weight: 400;\"> Go to Safari in the top bar of your screen and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy.<\/span><\/i><span style=\"font-weight: 400;\"> Then click on \u201cManage Website Data&#8230;\u201d, click on the requested website and press \u201cRemove\u201d to delete all cookies for this website.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Individual cookies: <\/b><span style=\"font-weight: 400;\">Before you can delete individual cookies on a website, the developer console must be activated in your browser. Go to Safari in the top bar of your screen and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Advanced<\/span><\/i><span style=\"font-weight: 400;\"> and activate \u201cShow features for web developers\u201d. Now open the developer console (<\/span><i><span style=\"font-weight: 400;\">right-click on open website &gt; Inspect Element &gt; Storage &gt; Cookies \/ Session Storage \/ Local Storage<\/span><\/i><span style=\"font-weight: 400;\">) and select the desired cookie by right-clicking on it and press \u201cDelete\u201d to delete the cookie.<\/span><\/li>\n<\/ul>\n<h3>On Android with Google Chrome: How can you delete cookies?<\/h3>\n<p><span style=\"font-weight: 400;\">On an Android device, you can delete cookies in Google Chrome as follows<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Delete all cookies: <\/b><span style=\"font-weight: 400;\">In your browser, use the vertical dots to go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy and security &gt; Delete browsing data<\/span><\/i><span style=\"font-weight: 400;\">. Here you can adjust the period for which you want to delete the \u201cCookies and website data\u201d to \u201cAll time\u201d and, if necessary, remove the automatically set checkmarks from the other checkboxes if you do not want this data to be deleted as well. Then click on \u201cDelete data\u201d and confirm your selection by clicking on \u201cDelete\u201d. This step can be carried out for cookies as well as in session storage and local storage.<\/span><\/li>\n<\/ul>\n<h3>On iPhone (iOS) with Apple Safari: How can you delete cookies?<\/h3>\n<p><span style=\"font-weight: 400;\">This is how you delete cookies in Safari on an iPhone:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Delete all cookies:<\/b><span style=\"font-weight: 400;\"> Go to <\/span><i><span style=\"font-weight: 400;\">Settings (App) &gt; Safari &gt; Privacy &amp; Security<\/span><\/i><span style=\"font-weight: 400;\">, press \u201cClear history and Website Data\u201d and confirm the selection by pressing \u201cClear history\u201d.<\/span><\/li>\n<\/ul>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>How can you clear the cache in different browsers?<\/h2>\n<p><span style=\"font-weight: 400;\">The cache stores temporary data to load websites faster. If the cache is damaged or contains outdated data, this can lead to problems when loading websites. Clearing the cache regularly can help to resolve these issues. Here&#8217;s how you can clear the cache in the most popular browsers:<\/span><\/p>\n<h3>Google Chrome: How can you clear the cache?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Empty the cache:<\/b><span style=\"font-weight: 400;\"> In your browser, click on the 3 vertical dots in the top right-hand corner of your browser to go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy and security &gt; Delete browsing data<\/span><\/i><span style=\"font-weight: 400;\">. Now you can adjust the time range for which you want to clear \u201cCached images and files\u201d to \u201cAll time\u201d and, if necessary, remove the automatically set checkmarks for \u201cBrowsing history\u201d and \u201cCookies and other site data\u201d if you do not want this data to be deleted as well. Then click on \u201cDelete data\u201d to empty the cache.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>One website:<\/b><span style=\"font-weight: 400;\"> Open the developer console (<\/span><i><span style=\"font-weight: 400;\">right-click on open website &gt; Inspect &gt; Application &gt; Storage<\/span><\/i><span style=\"font-weight: 400;\">), select the check mark for \u201cCache storage\u201d under Storage at the bottom of the Developer Console, uncheck the other boxes if you don&#8217;t want to delete this information, and press \u201cClear site data\u201d to clear the cache for this website.<\/span><\/li>\n<\/ul>\n<h3>Mozilla Firefox: How can you clear the cache?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Empty the cache:<\/b><span style=\"font-weight: 400;\"> In your browser, click on the 3 horizontal lines in the top right-hand corner and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy &amp; Security &gt; Cookies and Site Data &gt; Clear data<\/span><\/i><span style=\"font-weight: 400;\">. Now you can adjust the period for which you want to clear \u201cTemporary cached files and pages\u201d to \u201cEverything\u201d and, if necessary, remove the automatically set check mark for \u201cCookies and site data\u201d if you do not want this data to be deleted as well. Then click on \u201cClear\u201d to empty the cache.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>A website:<\/b><span style=\"font-weight: 400;\"> In your browser, click on the 3 horizontal lines in the top right-hand corner and go to <\/span><i><span style=\"font-weight: 400;\">History &gt; Manage history<\/span><\/i><span style=\"font-weight: 400;\">. Select the desired website using the search function in the top right-hand corner, right-click on the desired website and click on \u201cForget about this Site&#8230;\u201d to clear the cache for this website.<\/span><\/li>\n<\/ul>\n<h3>Microsoft Edge: How can you clear the cache?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Empty the cache:<\/b><span style=\"font-weight: 400;\"> In your browser, click on the 3 horizontal dots in the top right-hand corner of your browser go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy, Search, and Services &gt; Delete browsing data &gt; Choose what to Clear<\/span><\/i><span style=\"font-weight: 400;\">. Now you can adjust the period for which you want to delete the cache (\u201cCached images and files\u201d) to \u201cAll Time\u201d and, if necessary, remove the automatically set checkmarks for \u201cBrowsing history\u201d, \u201cDownload history\u201d and \u201cCookies and other site data\u201d if you do not want this data to be deleted as well. Then click on \u201cClear now\u201d to clear the cache.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>One website: <\/b><span style=\"font-weight: 400;\">Open the developer console (<\/span><i><span style=\"font-weight: 400;\">right-click on open website &gt; Inspect &gt; Application &gt; Storage<\/span><\/i><span style=\"font-weight: 400;\">), and press \u201cClear site data\u201d to clear the cache for this website.<\/span><\/li>\n<\/ul>\n<h3>Apple Safari: How can you clear the cache?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Empty cache: <\/b><span style=\"font-weight: 400;\">Before you can clear the cache for a website, the developer console must be activated in your browser. Go to Safari in the top bar of your screen and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Advanced<\/span><\/i><span style=\"font-weight: 400;\"> and activate \u201cShow features for web developers\u201d. Now click on Develop &gt; Empty Caches in the top bar of your screen to clear the entire cache.<\/span><\/li>\n<\/ul>\n<h3>On Android with Google Chrome: How can you clear the cache?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Empty the cache: <\/b><span style=\"font-weight: 400;\">In your browser, use the vertical dots to go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy and security &gt; Delete browsing data<\/span><\/i><span style=\"font-weight: 400;\">. Here you can now adjust the period for which you want to delete \u201cImages and files in the cache\u201d to \u201cTotal time\u201d and then click on \u201cDelete data\u201d.<\/span><\/li>\n<\/ul>\n<h3>On iPhone (iOS) with Apple Safari: How can you clear the cache?<\/h3>\n<ul>\n<li><b>Clear cache:<\/b><span style=\"font-weight: 400;\"> Go to <\/span><i><span style=\"font-weight: 400;\">Settings (App) &gt; Safari &gt; Privacy &amp; Security<\/span><\/i><span style=\"font-weight: 400;\">, press \u201cClear History and Website Data\u201d, select a time frame for which you want to clear the cache, and confirm the selection by pressing \u201cClear History\u201d. In addition to the cache, this also deletes cookies, local storage, session storage, etc.<\/span><\/li>\n<\/ul>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>How can you manage cookies in different browsers?<\/h2>\n<p><span style=\"font-weight: 400;\">Managing cookies is crucial for protecting your privacy when surfing the internet. Proper management helps you to block unwanted cookies and protect important data. Here you can find out how to manage cookies in the most important browsers:<\/span><\/p>\n<h3>Google Chrome: How can you manage cookies?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Activate\/deactivate cookies:<\/b><span style=\"font-weight: 400;\"> In your browser, click on the 3 vertical dots in the top right-hand corner of your browser to go to <em>Settings &gt; Privacy and security &gt; Site settings<\/em>. Now click on \u201cAdditional content settings\u201d under the heading \u201cContent\u201d to be able to make settings for the storage of cookies under \u201cOn-device site data\u201d and to deactivate the setting of cookies in general by checking the box \u201cDon\u2019t allow sites to save data on your device (not recommended)\u201d. In addition, all cookies can be deleted automatically when the browser is closed, thus deactivating long-term tracking by cookies.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Add exceptions: <span style=\"font-weight: 400;\">In your browser, click on the 3 vertical dots in the top right-hand corner of your browser to go to <em>Settings &gt; Privacy and security &gt; Site settings<\/em>. Now click on \u201cAdditional content settings\u201d under the heading \u201cContent\u201d to be able to make settings for the storage of cookies under \u201cOn-device site data\u201d. <\/span><\/b><span style=\"font-weight: 400;\">On \u201cCustomised behaviours\u201d, you can add exceptions via \u201cAdd\u201d to exclude certain websites from your cookie settings.<\/span><\/li>\n<\/ul>\n<h3>Mozilla Firefox: How can you manage cookies?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Activate\/deactivate cookies: <\/b><span style=\"font-weight: 400;\">In your browser, click on the 3 horizontal lines in the top right-hand corner and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy &amp; Security &gt; Browser Privacy &gt; Enhanced Tracking Protection<\/span><\/i><span style=\"font-weight: 400;\">. Here you must set the selection to \u201cCustom\u201d, then check the \u201cCookies\u201d box, and you can then select \u201cAll cookies (will cause website to break)\u201d or another setting of your choice to prevent cookies from being set.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Add exceptions: <\/b><span style=\"font-weight: 400;\">In your browser, click on the 3 horizontal lines in the top right-hand corner and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy &amp; Security &gt; Browser Privacy &gt; Enhanced Tracking Protection &gt; Manage Exceptions<\/span><\/i><span style=\"font-weight: 400;\">. Now you can add exceptions to exclude certain websites from your cookie settings.<\/span><\/li>\n<\/ul>\n<h3>Microsoft Edge: How can you manage cookies?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Activate\/deactivate cookies:<\/b><span style=\"font-weight: 400;\"> In your browser, click on the 3 horizontal dots in the top right-hand corner of your browser go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Cookies and Site Permissions &gt; Manage and delete cookies and site data<\/span><\/i><span style=\"font-weight: 400;\">. Here you can make specific settings for cookies, view all website data and authorizations and prevent certain cookies from being set. In addition, all cookies can be deleted automatically when the browser is closed, which means that long-term tracking by cookies can be deactivated.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Add exceptions:<\/b><span style=\"font-weight: 400;\"> In your browser, click on the 3 horizontal dots in the top right-hand corner of your browser go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Cookies and Site Permissions &gt; Manage and delete cookies and site data<\/span><\/i><span style=\"font-weight: 400;\">. Here you can add exceptions to \u201cBlock\u201d, \u201cAllow\u201d or \u201cClear on exit\u201d to define specific websites on which you want to change the use of cookies and website data.<\/span><\/li>\n<\/ul>\n<h3>Apple Safari: How can you manage cookies?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Activate\/deactivate cookies: <\/b><span style=\"font-weight: 400;\">Go to Safari in the top bar of your screen and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Advanced<\/span><\/i><span style=\"font-weight: 400;\">. There, at \u201cPrivacy\u201d, you will find the option \u201cBlock all cookies\u201d , which deactivates cookies in your browser.<\/span><\/li>\n<\/ul>\n<h3>On Android with Google Chrome: How can you manage cookies?<\/h3>\n<p><span style=\"font-weight: 400;\">Use the red arrow at the top right of your browser to go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Site settings &gt; Cookies<\/span><\/i><span style=\"font-weight: 400;\">. Here you can make specific settings for cookies and also define exceptions for specific websites.<\/span><\/p>\n<h3>On iPhone (iOS) with Apple Safari: How can you manage cookies?<\/h3>\n<p><span style=\"font-weight: 400;\">Go to <\/span><i><span style=\"font-weight: 400;\">Settings (App) &gt; Safari &gt; Advanced<\/span><\/i><span style=\"font-weight: 400;\">. Here you can adjust the cookie settings in the \u201cPrivacy\u201d section.<\/span><\/p>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>How can you block cookies in different browsers?<\/h2>\n<p><span style=\"font-weight: 400;\">Blocking cookies can help reduce the amount of data collected about your browsing behavior and protect your privacy. At the same time, however, blocking all cookies means that many websites will no longer function correctly, which is why you should be careful with this setting. The exact steps for blocking cookies vary from browser to browser. Here you can find out how to block cookies in the most important browsers:<\/span><\/p>\n<h3>Google Chrome: How can you block cookies?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Block all cookies:<\/b><span style=\"font-weight: 400;\">\u00a0 In your browser, click on the 3 vertical dots in the top right-hand corner of your browser to go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy and security &gt; Site settings<\/span><\/i><span style=\"font-weight: 400;\">. Now click on \u201cAdditional content settings\u201d under the heading \u201cContent\u201d to be able to make settings for the storage of cookies under \u201cOn-device site data\u201d and to block the setting of cookies in general by checking the box \u201cDon\u2019t allow sites to save data on your device (not recommended)\u201d.<\/span><\/li>\n<\/ul>\n<h3>Mozilla Firefox: How can you block cookies?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Block all cookies: <\/b><span style=\"font-weight: 400;\">In your browser, click on the 3 horizontal lines in the top right-hand corner and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy &amp; Security &gt; Browser Privacy &gt; Enhanced Tracking Protection<\/span><\/i><span style=\"font-weight: 400;\">. Here you must set the selection to \u201cCustom\u201d, then check the \u201cCookies\u201d box, and you can then select \u201cAll cookies (will cause website to break)\u201d to block cookies completely.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Block cookies on certain websites: <\/b><span style=\"font-weight: 400;\">In your browser, click on the 3 horizontal lines in the top right-hand corner and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Privacy &amp; Security &gt; Cookies and Site Data &gt; Manage Exceptions<\/span><\/i><span style=\"font-weight: 400;\">. Here you can define specific websites on which you want to block the use of cookies and website data.<\/span><\/li>\n<\/ul>\n<h3>Microsoft Edge: How can you block cookies?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Block all cookies: <\/b><span style=\"font-weight: 400;\">\u00a0In your browser, click on the 3 horizontal dots in the top right-hand corner of your browser go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Cookies and Site Permissions &gt; Manage and delete cookies and site data<\/span><\/i><span style=\"font-weight: 400;\">. Here you must uncheck the box \u201cAllow sites to save and read cookie data (recommended)\u201d to block cookies in your browser.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Block cookies on certain websites: <\/b><span style=\"font-weight: 400;\">In your browser, click on the 3 horizontal dots in the top right-hand corner of your browser go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Cookies and Site Permissions &gt; Manage and delete cookies and site data<\/span><\/i><span style=\"font-weight: 400;\">. Under \u201cBlock\u201d, you can define individual websites on which cookies should be blocked.<\/span><\/li>\n<\/ul>\n<h3>Apple Safari: How can you block cookies?<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Block all cookies: <\/b><span style=\"font-weight: 400;\">Go to Safari in the top bar of your screen and go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Advanced<\/span><\/i><span style=\"font-weight: 400;\">. Then, at \u201cPrivacy\u201d, activate \u201cBlock all cookies\u201d to block cookies in your browser.<\/span><\/li>\n<\/ul>\n<h3>On Android with Google Chrome: How can you block cookies?<\/h3>\n<ul>\n<li><span style=\"font-weight: 400;\">Use the red arrow at the top right of your browser to go to <\/span><i><span style=\"font-weight: 400;\">Settings &gt; Site settings &gt; Cookies<\/span><\/i><span style=\"font-weight: 400;\">. Here you can select \u201cBlock all cookies (not recommended)\u201d to block cookies.<\/span><\/li>\n<\/ul>\n<h3>On iPhone (iOS) with Apple Safari: How can you block cookies?<\/h3>\n<ul>\n<li><span style=\"font-weight: 400;\">Go to <\/span><i><span style=\"font-weight: 400;\">Settings (App) &gt; Safari &gt; Advanced<\/span><\/i><span style=\"font-weight: 400;\"> and activate \u201cBlock All Cookies\u201d.<\/span><\/li>\n<\/ul>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>Is everything safe if cookies are blocked?<\/h2>\n<p><span style=\"font-weight: 400;\">Blocking certain cookies is an important step in protecting your online privacy, but there are also other technical ways in which website operators can carry out tracking or similar. <\/span><b>Server-side tracking<\/b><span style=\"font-weight: 400;\">, for example, allows websites to store data on their servers without you being aware of it and independently of the cookies set. <\/span><b>Web beacons<\/b><span style=\"font-weight: 400;\"> or <\/span><b>pixels<\/b><span style=\"font-weight: 400;\"> can also be used to track your behavior using integrated invisible graphics, while <\/span><b>fingerprinting<\/b><span style=\"font-weight: 400;\"> techniques are used to identify you through a combination of device characteristics. These methods are often more difficult to prevent and can still be used by website operators to collect data about your surfing behavior.<\/span><\/p>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>Targeted blocking of malicious cookies with adblockers<\/h2>\n<p><span style=\"font-weight: 400;\">The use of <\/span><b>adblockers<\/b><span style=\"font-weight: 400;\"> such as <\/span><a href=\"https:\/\/chromewebstore.google.com\/detail\/ublock-origin\/cjpalhdlnbpafiamejdnhcphjbkeiagm?\"><span style=\"font-weight: 400;\">uBlock Origin<\/span><\/a><span style=\"font-weight: 400;\"> is an effective method of taking targeted action against unwanted cookies or further data processing. Such an adblocker offers various <\/span><b>filter lists<\/b><span style=\"font-weight: 400;\"> that allow you to block specific services and their content. This includes advertising, analysis and tracking services, the integration of social networks and annoying content such as pop-ups and overlays. By customizing these filter lists, you can specifically prevent unwanted cookies from being stored on your device and thus effectively protect your privacy.<\/span><\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"template":"","topic":[30],"class_list":["post-238961","knowledge-base","type-knowledge-base","status-publish","hentry","topic-common-issues-rcb"],"acf":[],"_links":{"self":[{"href":"https:\/\/devowl.io\/de\/wp-json\/wp\/v2\/knowledge-base\/238961","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devowl.io\/de\/wp-json\/wp\/v2\/knowledge-base"}],"about":[{"href":"https:\/\/devowl.io\/de\/wp-json\/wp\/v2\/types\/knowledge-base"}],"version-history":[{"count":6,"href":"https:\/\/devowl.io\/de\/wp-json\/wp\/v2\/knowledge-base\/238961\/revisions"}],"predecessor-version":[{"id":238979,"href":"https:\/\/devowl.io\/de\/wp-json\/wp\/v2\/knowledge-base\/238961\/revisions\/238979"}],"wp:attachment":[{"href":"https:\/\/devowl.io\/de\/wp-json\/wp\/v2\/media?parent=238961"}],"wp:term":[{"taxonomy":"topic","embeddable":true,"href":"https:\/\/devowl.io\/de\/wp-json\/wp\/v2\/topic?post=238961"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}