Access-Control-Allow-Origin in Files module download link
Created 5 years ago by cynoHi, How can I set all file links from the files-module to have header(Access-Control-Allow-Origin *)? Tried setting it in htaccess via, but its not working (header mod is enabled on server). Thank you for your help!
IfModule mod_headers.c
Header set Access-Control-Allow-Origin "*"
/IfModule