#mime types

<IfModule mod_mime.c>
    AddType text/css .css
    AddType application/javascript .js
    AddType image/png .png
    AddType image/jpeg .jpg
    AddType image/svg+xml .svg
    AddType image/x-icon .ico
    AddType font/woff2 .woff2
    AddType font/woff .woff
    AddType font/ttf .ttf
</IfModule>


# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION BEGIN
PassengerAppRoot "/home/ienga127/public_html/ieng.tech/iEngSite"
PassengerBaseURI "/"
PassengerPython "/home/ienga127/virtualenv/public_html/ieng.tech/iEngSite/3.11/bin/python"
PassengerAppLogFile "/home/ienga127/logs/passengers3.log"

# Remove the unsupported X-Frame-Options directive
# Header set X-Frame-Options "ALLOW-FROM https://carl-source.ieng.tech"

# Add a Content-Security-Policy header that controls iframe embedding
Header set Content-Security-Policy "frame-ancestors 'self' https://ieng.tech https://carl-source.ieng.tech https://carledu.ieng.tech https://hospitality.ieng.tech"

#eader unset X-Frame-Options
#eader set Content-Security-Policy "frame-ancestors https://ieng.tech"
# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION END
# DO NOT REMOVE OR MODIFY. CLOUDLINUX ENV VARS CONFIGURATION BEGIN
<IfModule Litespeed>
</IfModule>

