Is it possible to disable cookies using WHM and achieve a cookieless domain warning?
As I understand it can be created an Amazon bucket and connect cookies warning inside a new domain
An example:
or using KeyCDN and server a static content from a cookieless domain even if we use CloudFlare.
Is it technically possible to use Cloudflare and KeyCDN due to cookieless domain warning?
Source: Fix Serve Static Content From a Cookieless Domain Warning
As I understand it can be created an Amazon bucket and connect cookies warning inside a new domain
An example:
Code:
<?php
define("WP_CONTENT_URL", "http://domain.com.s3.amazonaws.com/assets/");
define("COOKIE_DOMAIN", "domain.com");
?>
Is it technically possible to use Cloudflare and KeyCDN due to cookieless domain warning?
Source: Fix Serve Static Content From a Cookieless Domain Warning
Last edited: