I have found that @font-face doesn't work with this module enabled for css. All other browsers work fine.
Hi,
here is the workaround: put in the .htaccess:
<FilesMatch "\.(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
maczkojanos
Thanks that works great
Thanks, I'll also document/support this in the CDN module: #982188: Work around Same-Origin Policy: Cross-Origin Resource Sharing (CORS) support.
Will be fixed as per #933942: Merge Parallel and CDN modules: migration path and the aforementioned #982188: Work around Same-Origin Policy: Cross-Origin Resource Sharing (CORS) support.
fantastic thank you!
Thank you.
Comments
Comment #1
maczkojanos commentedHi,
here is the workaround:
put in the .htaccess:
maczkojanos
Comment #2
marcus178 commentedThanks that works great
Comment #3
wim leersThanks, I'll also document/support this in the CDN module: #982188: Work around Same-Origin Policy: Cross-Origin Resource Sharing (CORS) support.
Comment #4
wim leersWill be fixed as per #933942: Merge Parallel and CDN modules: migration path and the aforementioned #982188: Work around Same-Origin Policy: Cross-Origin Resource Sharing (CORS) support.
Comment #5
adversegecko commentedfantastic thank you!
Comment #6
dadderley commentedThank you.