alexkvak / teamcity-slack

TeamCity Slack plugin
MIT License
124 stars 23 forks source link

csrf failing for plugin settings #112

Closed kristjanvalur closed 3 years ago

kristjanvalur commented 3 years ago

With the latest TeamCity (2020.1.3), I can no longer modify the plugin settings. I get:

403 Forbidden: Responding with 403 status code due to failed CSRF check: authenticated POST request is made, but neither tc-csrf-token parameter nor X-TC-CSRF-Token header are provided.. For a temporary workaround, you can set internal property teamcity.csrf.paranoid=false and provide valid Origin=http://panama header with your request

Having to set the internal property is a bit annoying.