Csrf protection.pl

From EPrints Documentation
Revision as of 12:01, 4 February 2022 by Drn@ecs.soton.ac.uk (talk | contribs) (Added page about config file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Back to cfg.d

csrf_protection.pl contains configuration for protection against Cross Site Request Forgery (CSRF) attacks. It contains a single configuration setting $c->{csrf_token_salt} that should be modified from CHANGEME to a random string, ideally at least 8 characters long.