Hi there,
I’m struggling with which domain i should whitelist to allow my website to embed to.
So embedding a website in the glide app, and the glide app only (exclusively)
I want to add this in the .htaccess of a website. But it won’t work.
I tried glide. page
glideapps. io
glideapps. com
But none of them work. Which domain should i allow? This is the code i’m using:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^https://(www.)?glideapp.io/ [NC]
RewriteCond %{REQUEST_URI} !^/wp-admin [NC]
RewriteRule ^(.*)$ https://google.com/$1 [L,R=301]