Title: Dropbox Wiki's Replies | WordPress.org

---

# Dropbox Wiki

  [  ](https://wordpress.org/support/users/dropboxwiki/)

 *   [Profile](https://wordpress.org/support/users/dropboxwiki/)
 *   [Topics Started](https://wordpress.org/support/users/dropboxwiki/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dropboxwiki/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dropboxwiki/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dropboxwiki/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dropboxwiki/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dropboxwiki/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disqus Comment System] Diqus showing 1 comment in dashboard after install](https://wordpress.org/support/topic/diqus-showing-1-comment-in-dashboard-after-install/)
 *  [Dropbox Wiki](https://wordpress.org/support/users/dropboxwiki/)
 * (@dropboxwiki)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/diqus-showing-1-comment-in-dashboard-after-install/#post-3782155)
 * I’m seeing the same issue and can’t figure out what is going on. Any help would
   be appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] W3TC and self hosted CDN not working with Retina.js](https://wordpress.org/support/topic/w3tc-and-self-hosted-cdn-not-working-with-retinajs/)
 *  [Dropbox Wiki](https://wordpress.org/support/users/dropboxwiki/)
 * (@dropboxwiki)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/w3tc-and-self-hosted-cdn-not-working-with-retinajs/#post-3603927)
 * After contacting the nice support people at MaxCDN, I got an answer that fixed
   my problem. It seems that you need to turn on Cross Origin Scripting in order
   for retina.js to load images from a different url (e.g. cdn.yoursite.com).
 * Add the following code to your .htaccess file and you should be good to go:
 * # ———————————————————————-
    # CORS-enabled images (@crossorigin) # ———————————————————————-#
   Send CORS headers if browsers request them; enabled by default for images. # 
   developer.mozilla.org/en/CORS_Enabled_Image # blog.chromium.org/2011/07/using-
   cross-domain-images-in-webgl-and.html # hacks.mozilla.org/2011/11/using-cors-
   to-load-webgl-textures-from-cross-domain-images/ # wiki.mozilla.org/Security/
   Reviews/crossoriginAttribute <IfModule mod_setenvif.c> <IfModule mod_headers.
   c> # mod_headers, y u no match by Content-Type?! <FilesMatch “\.(gif|png|jpe?
   g|svg|svgz|ico|webp)$”> SetEnvIf Origin “:” IS_CORS Header set Access-Control-
   Allow-Origin “*” env=IS_CORS </FilesMatch> </IfModule> </IfModule>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] Doesn't work with CDN / W3 Total Cache](https://wordpress.org/support/topic/doesnt-work-with-cdn-w3-total-cache/)
 *  [Dropbox Wiki](https://wordpress.org/support/users/dropboxwiki/)
 * (@dropboxwiki)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/doesnt-work-with-cdn-w3-total-cache/#post-3374879)
 * After contacting the nice support people at MaxCDN, I got an answer that fixed
   my problem. It seems that you need to turn on Cross Origin Scripting in order
   for retina.js to load images from a different url (e.g. cdn.yoursite.com).
 * Add the following code to your .htaccess file and you should be good to go:
 * # ———————————————————————-
    # CORS-enabled images (@crossorigin) # ———————————————————————-#
   Send CORS headers if browsers request them; enabled by default for images. # 
   developer.mozilla.org/en/CORS_Enabled_Image # blog.chromium.org/2011/07/using-
   cross-domain-images-in-webgl-and.html # hacks.mozilla.org/2011/11/using-cors-
   to-load-webgl-textures-from-cross-domain-images/ # wiki.mozilla.org/Security/
   Reviews/crossoriginAttribute <IfModule mod_setenvif.c> <IfModule mod_headers.
   c> # mod_headers, y u no match by Content-Type?! <FilesMatch “\.(gif|png|jpe?
   g|svg|svgz|ico|webp)$”> SetEnvIf Origin “:” IS_CORS Header set Access-Control-
   Allow-Origin “*” env=IS_CORS </FilesMatch> </IfModule> </IfModule>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] WP Retina 2x and W3TC Issues](https://wordpress.org/support/topic/wp-retina-2x-and-w3tc-issues/)
 *  [Dropbox Wiki](https://wordpress.org/support/users/dropboxwiki/)
 * (@dropboxwiki)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wp-retina-2x-and-w3tc-issues/#post-3739995)
 * After contacting the nice support people at MaxCDN, I got an answer that fixed
   my problem. It seems that you need to turn on Cross Origin Scripting in order
   for retina.js to load images from a different url (e.g. cdn.yoursite.com).
 * Add the following code to your .htaccess file and you should be good to go:
 * # ———————————————————————-
    # CORS-enabled images (@crossorigin) # ———————————————————————-#
   Send CORS headers if browsers request them; enabled by default for images. # 
   developer.mozilla.org/en/CORS_Enabled_Image # blog.chromium.org/2011/07/using-
   cross-domain-images-in-webgl-and.html # hacks.mozilla.org/2011/11/using-cors-
   to-load-webgl-textures-from-cross-domain-images/ # wiki.mozilla.org/Security/
   Reviews/crossoriginAttribute <IfModule mod_setenvif.c> <IfModule mod_headers.
   c> # mod_headers, y u no match by Content-Type?! <FilesMatch “\.(gif|png|jpe?
   g|svg|svgz|ico|webp)$”> SetEnvIf Origin “:” IS_CORS Header set Access-Control-
   Allow-Origin “*” env=IS_CORS </FilesMatch> </IfModule> </IfModule>

Viewing 4 replies - 1 through 4 (of 4 total)