0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-09 10:04:12 +02:00
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
..
2024-02-25 13:32:13 +00:00
2025-03-13 07:04:50 +08:00
2025-03-13 07:04:50 +08:00
2025-03-10 17:36:02 +08:00
2025-03-03 05:36:10 +00:00
2025-03-13 07:04:50 +08:00
2024-12-24 01:54:19 +00:00
2025-03-08 21:47:11 +08:00
2025-03-11 10:40:38 -07:00