Skip to content

Security improvements

KBach requested to merge feature/security-improvements into develop
  • Form on the home page now includes a honeypot field.
  • Dashboard can only load data for page piles that have been prefetched on the home page. This means you can no longer access a /dashboard/<id> page directly and have to start on the home page for each new pile. Prefetched data is valid for 8 hours by default.
  • Page pile size is limited to 100 pages by default. If a valid page pile contains more than 100 pages, pages above the limit are ignored. This means they are not displayed on the list of pages and are not included in the statistics.

Bug: T355749

Edited by KBach

Merge request reports