Skip to content

Commit

Permalink
fix: Exclude CSRF for External URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers authored Feb 27, 2024
1 parent bbca23b commit ad23b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Middleware/VerifyCsrfToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ class VerifyCsrfToken extends Middleware
protected $except = [
'webhook/*',
'frame.php',
'external/*',
];
}

0 comments on commit ad23b2a

Please sign in to comment.