I have a dynamic webpage that I want other people to embed their webpages with iframe (not necessarily using any more advanced methods like JavaScript).
Instead of creating all kinds of designs and styles myself, I am thinking about providing them with my own stylesheet for my page using the HTTP GET parameter and embedding such an external stylesheet through the URL w / <link type="text/css" rel="stylesheet" href & hellip; on my page.
It is safe? Will this violate the security paradigm of my website? I know that additional text can only be inserted using CSS, and indeed, elements can be removed (which is the goal for me to provide such functions to my users), but is there anything else I should know about?
Can malicious people embed links to my site using such CSS in order to benefit from my HTTP referral and potentially break some checks, or is CSS embedding limited to text?
cnst source share