Fossil SCM
Activate the load limiter for the /vdiff page.
Commit
76f4e009f9ee4253d578d4e6e6efedf93b484e2e0bbe54506df3d44d4b3fba40
Parent
535714e35cf9829…
1 file changed
+1
+1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -1190,10 +1190,11 @@ | ||
| 1190 | 1190 | const char *zGlob; |
| 1191 | 1191 | ReCompiled *pRe = 0; |
| 1192 | 1192 | login_check_credentials(); |
| 1193 | 1193 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 1194 | 1194 | login_anonymous_available(); |
| 1195 | + load_control(); | |
| 1195 | 1196 | cookie_link_parameter("diff","diff","2"); |
| 1196 | 1197 | diffType = atoi(PD("diff","2")); |
| 1197 | 1198 | cookie_render(); |
| 1198 | 1199 | zRe = P("regex"); |
| 1199 | 1200 | if( zRe ) re_compile(&pRe, zRe, 0); |
| 1200 | 1201 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -1190,10 +1190,11 @@ | |
| 1190 | const char *zGlob; |
| 1191 | ReCompiled *pRe = 0; |
| 1192 | login_check_credentials(); |
| 1193 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 1194 | login_anonymous_available(); |
| 1195 | cookie_link_parameter("diff","diff","2"); |
| 1196 | diffType = atoi(PD("diff","2")); |
| 1197 | cookie_render(); |
| 1198 | zRe = P("regex"); |
| 1199 | if( zRe ) re_compile(&pRe, zRe, 0); |
| 1200 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -1190,10 +1190,11 @@ | |
| 1190 | const char *zGlob; |
| 1191 | ReCompiled *pRe = 0; |
| 1192 | login_check_credentials(); |
| 1193 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 1194 | login_anonymous_available(); |
| 1195 | load_control(); |
| 1196 | cookie_link_parameter("diff","diff","2"); |
| 1197 | diffType = atoi(PD("diff","2")); |
| 1198 | cookie_render(); |
| 1199 | zRe = P("regex"); |
| 1200 | if( zRe ) re_compile(&pRe, zRe, 0); |
| 1201 |