Change the X-Frame-Options to allow all domains

后端 未结 3 560
余生分开走
余生分开走 2021-02-04 00:56

I am trying to use some site of mine as an iframe from a different site of mine.

My problem is- the other site is always consistently changes his IP address

3条回答
  •  余生分开走
    2021-02-04 01:42

    ALLOWALL is the default value.

    Sometimes frameworks MVC such as Rails, Laravel, Django and so on, set a X_FRAME_OPTIONS to SAMEORIGIN so someone might need to reset it to the origin ALLOWALL value.

提交回复
热议问题