Files
microblog.pub/app
Kevin Wallace 9db7bdf0fb remote follow: use HTML redirect to work around CSP issue
In Chrome, I get the following when trying to use the remote follow form:

    Refused to send form data to 'https://example.com/remote_follow'
    because it violates the following Content Security Policy directive:
    "form-action 'self'".

It seems some browsers (but notably not Firefox) apply the form-action
policy to the redirect target in addition to the initial form
submission endpoint.  See:

    https://github.com/w3c/webappsec-csp/issues/8

In that thread, this workaround is suggested.
2022-11-13 17:11:02 +01:00
..
2022-08-30 19:09:51 +02:00
2022-06-22 20:11:22 +02:00
2022-11-12 09:26:28 +01:00
2022-10-23 16:37:32 +02:00
2022-11-03 22:38:29 +01:00
2022-08-28 11:24:46 +02:00
2022-10-09 11:36:00 +02:00
2022-09-16 18:37:09 +02:00
2022-07-04 20:25:27 +02:00
2022-07-10 12:06:16 +02:00
2022-09-13 07:59:35 +02:00
2022-11-06 16:57:04 +01:00
2022-07-24 12:36:59 +02:00
2022-09-08 20:00:02 +02:00
2022-11-12 10:04:37 +01:00
2022-11-09 09:29:25 +01:00
2022-09-14 08:38:54 +02:00
2022-11-11 15:25:55 +01:00
2022-07-19 20:38:32 +02:00