disable activity log by crawler requests #24

This commit is contained in:
ghost 2023-10-18 15:17:41 +03:00
parent 2524a30476
commit 4a801fa809
3 changed files with 21 additions and 0 deletions

View file

@ -9,6 +9,7 @@ parameters:
app.key: '%env(APP_KEY)%'
app.pagination: '%env(APP_PAGINATION)%'
app.trackers: '%env(APP_TRACKERS)%'
app.crawlers: '%env(APP_CRAWLERS)%'
app.locales: '%env(APP_LOCALES)%'
app.themes: '%env(APP_THEMES)%'
app.locale: '%env(APP_LOCALE)%'