mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
enabled xsrf be default and remove claim prefix to reduce size
This commit is contained in:
@@ -734,5 +734,5 @@ public class ScmConfiguration
|
||||
* @since 1.47
|
||||
*/
|
||||
@XmlElement(name = "xsrf-protection")
|
||||
private boolean enabledXsrfProtection = false;
|
||||
private boolean enabledXsrfProtection = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user