We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd7480 commit d01744bCopy full SHA for d01744b
public/license.php
@@ -1,5 +1,5 @@
1
<?php
2
header('Content-Type: text/plain');
3
-header('Access-Control-Allow-Origin: text/plain');
+header('Access-Control-Allow-Origin: *');
4
5
echo file_get_contents(__DIR__.\DIRECTORY_SEPARATOR.'..'.\DIRECTORY_SEPARATOR.'licenses.md');
0 commit comments