enabled xsrf be default and remove claim prefix to reduce size

This commit is contained in:
Sebastian Sdorra
2017-01-14 18:26:11 +01:00
parent 7d6d23b04d
commit 76384de26f
3 changed files with 3 additions and 3 deletions

View File

@@ -734,5 +734,5 @@ public class ScmConfiguration
* @since 1.47
*/
@XmlElement(name = "xsrf-protection")
private boolean enabledXsrfProtection = false;
private boolean enabledXsrfProtection = true;
}