0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-07 16:54:52 +02:00
gitea/services
wxiaoguang b59705fa34
Add a config option to block "expensive" pages for anonymous users (#34024)
Fix #33966

```
;; User must sign in to view anything.
;; It could be set to "expensive" to block anonymous users accessing some pages which consume a lot of resources,
;; for example: block anonymous AI crawlers from accessing repo code pages.
;; The "expensive" mode is experimental and subject to change.
;REQUIRE_SIGNIN_VIEW = false
```
2025-03-30 05:26:19 +00:00
..
2025-03-11 10:40:38 -07:00
2024-05-20 00:56:45 +00:00
2025-03-08 21:38:11 +00:00