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

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

  •  29-06-2023
  •  | 
  •  

Domanda

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)?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top