Skip to content

Commit

Permalink
add CORS header to embedFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavsinai committed Jan 14, 2014
1 parent 688de2b commit ffea0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mwEmbedFrame.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
/**
* mwEmbedFrame is a special stand alone page for iframe embed of mwEmbed modules
*
Expand Down

0 comments on commit ffea0b6

Please sign in to comment.