Skip to content

Commit

Permalink
Adds /crossdomain.xml to the "usual static files" list. It's RFE #522
Browse files Browse the repository at this point in the history
preamble: http://bugs.cherokee-project.com/522


git-svn-id: svn://cherokee-project.com/cherokee/trunk@3443 5dc97367-97f1-0310-9951-d761b3857238
  • Loading branch information
alobbs committed Jul 11, 2009
1 parent f24a7b8 commit 45aa865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/Wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
WIZARD_GROUP_TASKS = 'Tasks'
WIZARD_GROUP_PLATFORM = 'Platforms'

USUAL_STATIC_FILES = ['/favicon.ico', '/robots.txt']
USUAL_STATIC_FILES = ['/favicon.ico', '/robots.txt', '/crossdomain.xml']

class Wizard:
def __init__ (self, cfg, pre=None):
Expand Down

0 comments on commit 45aa865

Please sign in to comment.