Forum Discussion
suvi-15
Apr 12, 2022Brass Contributor
Iframe-Embedded url teams Tab App not working
Hi, I am trying to embed url in Iframe but it giving me frame violation error. Please not url already been modified for Content-Security-Policy: frame-ancestors teams.microsoft.com *.teams...
- Apr 14, 2022
Hi,
I found the solution for this issue... normally when we create Custom Team Tab Application we host the application somewhere lets say in azure then we need to specify that domain in frame-ancestor.
suvi-15
Apr 13, 2022Brass Contributor
Hi Prasad,
I read article which you shared and it mentioned that
"The frame-ancestors directive obsoletes the X-Frame-Options header. If a resource has both policies, the frame-ancestors policy SHOULD be enforced and the X-Frame-Options policy SHOULD be ignored."
I read article which you shared and it mentioned that
"The frame-ancestors directive obsoletes the X-Frame-Options header. If a resource has both policies, the frame-ancestors policy SHOULD be enforced and the X-Frame-Options policy SHOULD be ignored."
suvi-15
Apr 14, 2022Brass Contributor
Hi,
I found the solution for this issue... normally when we create Custom Team Tab Application we host the application somewhere lets say in azure then we need to specify that domain in frame-ancestor.