Skip to content

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
- add basic auth and enable api for rss feed
- fix error on postgres
  • Loading branch information
vtsykun committed Nov 11, 2019
1 parent dd6e302 commit 70f07cb
Show file tree
Hide file tree
Showing 6 changed files with 970 additions and 567 deletions.
2 changes: 1 addition & 1 deletion app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ security:

firewalls:
packages:
pattern: (^(/packages.json$|/p/|/zipball/|/downloads/|/api/))+
pattern: (^(/packages.json$|/p/|/zipball/|/feeds/.+(\.rss|\.atom)|/downloads/|/api/))+
api_basic: true

main:
Expand Down
Loading

0 comments on commit 70f07cb

Please sign in to comment.