Skip to content

Relax form-action content security policy in sample nginx config

barrucadu requested to merge (removed):patch-2 into develop

'self' only allows forms submitted to the same origin, which breaks the "remote follow" form. To allow remote following, we want to allow forms to be submitted to any host.

Merge request reports