enable embed / iframes for local network only? #1045
Unanswered
sevenlayercookie
asked this question in
Q&A
Replies: 1 comment
-
So "yes" is the short answer it would likely be fine but coding exceptions is something I'm trying to avoid to keep the code clean. I go into more detail here should you want to deep dive into it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
loving the tracker first of all!
I was hoping to embed the tracker in my webpage that is hosted on the same device as the tracker server (same device, but two webservers hosted on different ports).
I was hoping to embed an iframe of the tracker on my other webpage, but currently the tracker webserver is "refusing".
I'm new to webservers, so maybe my understanding is wrong, but if the port of my webserver is not forwarded publicly, shouldn't it be safe to have permissive CORS or CSP or whatever? how can I set the tracker server to be more permissive so that I may embed an iframe and access it within my local network?
Beta Was this translation helpful? Give feedback.
All reactions