HEX
Server: Apache
System: Linux 65-254-81-60.cprapid.com 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64
User: roshanchandy (1003)
PHP: 8.4.12
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/roshanchandy/public_html/wp-content/plugins/under-construction-page/themes/fonts/.htaccess
# Due to an increased number of CORS related issues caused by people opening their sites from
# site.com while having WP configured on www.site.com (and vice-versa) we've implemented this
# temporary, far-from-ideal fix to make sure FontAwesome still gets loaded.
# We're working on a different solution that won't use "*".
# For all security snowflake experts out there - keep your shirt on. Rule is applied to only
# 6 files. Nobody will die ...
#
# Gordan @ WebFactory, 2017/10/10

<IfModule mod_headers.c>
  <FilesMatch "\.(woff|woff2|otf|eot|svg|ttf)$">
    Header set Access-Control-Allow-Origin "*"
  </FilesMatch>
</IfModule>