Skip to content

Commit

Permalink
Merge pull request #9891 from hypeJunction/public-favicon
Browse files Browse the repository at this point in the history
fix(walled_garden): favicon.ico page handler is now treated as public
  • Loading branch information
mrclay committed Jun 13, 2016
2 parents 821c763 + 53f11c4 commit 8eb642e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/classes/ElggSite.php
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ public function isPublicPage($url = '') {
'cron/.*',
'services/.*',
'robots.txt',
'favicon.ico',
);

// include a hook for plugin authors to include public pages
Expand Down

0 comments on commit 8eb642e

Please sign in to comment.