Proper CORS syntax

#1
Hello,

What will be proper CORS syntax in Console for .htaccess formated syntax below


Apache config:
<FilesMatch "\.(?:ttf|eot|woff|otf)$">
  Header set Access-Control-Allow-Origin "*"
</FilesMatch>
 
Top