Skip to content

Commit

Permalink
feat: added brute force protection flag (AppAPI 3.2) (2)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Aug 22, 2024
1 parent 3a47324 commit b618da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
<verb>GET,POST,PUT,DELETE</verb>
<access_level>PUBLIC</access_level>
<headers_to_exclude>[]</headers_to_exclude>
<bruteforce_protection>401</bruteforce_protection>
<bruteforce_protection>[401]</bruteforce_protection>
</route>
<route>
<url>^api\/w\/nextcloud\/jobs_u\/.*</url>
<verb>GET,POST,PUT,DELETE</verb>
<access_level>PUBLIC</access_level>
<headers_to_exclude>[]</headers_to_exclude>
<bruteforce_protection>401</bruteforce_protection>
<bruteforce_protection>[401]</bruteforce_protection>
</route>
<route>
<url>.*</url>
Expand Down

0 comments on commit b618da8

Please sign in to comment.