PHP, Nginx, Apache prohibit page from IFrame reference method _php Tutorial

Source: Internet
Author: User
You can use PHP or Nginx to add x-frame-options header to control Frame permissions
The x-frame-options has three optional values:

Deny: The browser refuses the current page to load any frame page
The address of the Sameorigin:frame page can only be a page under a homologous domain name
Allow-from: Page address to allow frame loading

PHP Code:
Copy the Code code as follows: Header (' X-frame-options:deny ');

Nginx Configuration:
Copy the Code code as follows: Add_header x-frame-options Sameorigin

Can be added to the locaion.
Copy the Code code as follows: Location/
{
Add_header x-frame-options Sameorigin
}

Apache Configuration:
Copy the Code code as follows:
Header always append x-frame-options sameorigin

A whiteboard is displayed on pages that are not allowed to frame after use.

Reference:

Https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options?redirectlocale=en-US&redirectslug=The_ X-frame-options_response_header

http://www.bkjia.com/PHPjc/781033.html www.bkjia.com true http://www.bkjia.com/PHPjc/781033.html techarticle you can use PHP or Nginx add x-frame-options header to control Frame permissions X-frame-options has three optional values: Deny: The browser rejects the current page load any Frame page Sameori ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.