Skip to content

Commit

Permalink
Merge pull request #177 from marxjohnson/styles-no-moodle-cookie
Browse files Browse the repository at this point in the history
Add NO_MOODLE_COOKIES to styles.php
  • Loading branch information
davidherney committed May 9, 2024
2 parents 126a88f + e80effb commit 6185ef9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

define('NO_MOODLE_COOKIES', true);

// Require_login is not needed here.
// phpcs:disable moodle.Files.RequireLogin.Missing
require_once('../../../config.php');
Expand Down

0 comments on commit 6185ef9

Please sign in to comment.