Cross browser and cross device testing: Why are some sites not viewable on iPad Peek?

StackOverflow https://stackoverflow.com/questions/22938560

  •  29-06-2023
  •  | 
  •  

문제

I'm in the process of testing how my site looks on the iPad devices. I'm using the iPad Peek tool to view how it looks.

Why is it that some sites are viewable through iPad Peek (buddypress.org is an example) yet some sites are not viewable (wordpress.com being an example)?

도움이 되었습니까?

해결책

iPad Peek uses frames to display the content of other web pages, wordpress.com does not permit cross-origin framing whereas buddypress.org does.

Response header from wordpress.com:

X-Frame-Options: SAMEORIGIN

More information on the X-Frame-Options response header:

https://developer.mozilla.org/en-US/docs/HTTP/X-Frame-Options

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top