I have a client-side react application. I want to prevent my website to be opened by any other website in its iframe. I see using the X-Frame-Options set in the header is an option. But can that be done from the client application? Or it needs to be done from the server-side only? Any best methods to apply clickjacking to the client-side react application will be helpful for my application.