Hello,
How to allow specified domain alone to do iframe.
I know we can do this using ALLOW-FROM in X-Frame-Options header..
"add_header X-Frame-Options "ALLOW-FROM https://example.com/";
But it is not supported on Chrome..
Is there any other ways to do that in nginx ?..
Thanks in Advance.!
How to allow specified domain alone to do iframe.
I know we can do this using ALLOW-FROM in X-Frame-Options header..
"add_header X-Frame-Options "ALLOW-FROM https://example.com/";
But it is not supported on Chrome..
Is there any other ways to do that in nginx ?..
Thanks in Advance.!