Djkáťo
Explore posts from serversCDCloudflare Developers
•Created by Djkáťo on 12/27/2023 in #general-help
pfsense ddns domain not working
Hello, set up cf ddns with pfsense, and the IP adresses always match, but the domain access says connection timed out, even tho when I take the ip from cf dashboard of that domain it works when connecting directly to that IP. Both have proxy mode on, and pfsense says the connection is working.
6 replies
CDCloudflare Developers
•Created by Djkáťo on 10/9/2023 in #general-help
Embed Iframe of one subdomain inside another
Heyo, I'm trying to iframe embed content from one subdomain inside another, eg. embed
mail-app.site.co
inside admin.site.co
. The admin uses iframe properties sandbox="allow-same-origin allow-forms allow-scripts"
. Is there a way to make this work? I found that document.domain
used to be a way (now deprecated), but in my case both sites are in a subdomain, so I'm not sure how that'd work. I also found something mentioning Content-Security-Policy: frame-ancestors 'self' *.site.co
, but I'm not sure how this works with the allow-same-origin sandbox property. Anyone got any clues ? :)2 replies