Last active
June 15, 2017 13:14
-
-
Save ademalp/61221d2ae48db50f54c308bac85a9f1f to your computer and use it in GitHub Desktop.
X-Frame-Options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ifModule mod_headers.c> | |
| #Header unset X-Frame-Options | |
| Header set X-Frame-Options ALLOW-FROM https://www.youtube.com/ | |
| </ifModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment