[openstreetmap/openstreetmap-website] Edit with Remote Control blocked in Safari (#2445)

Yves Pratter notifications at github.com
Mon Nov 25 11:59:17 UTC 2019


It doesn't work on my mac, even if I close Safari before, and even with `sudo`.

But it seem that the website coud disabled HSTS, for a particular website.
The server must send this header:
```php
header( 'Strict-Transport-Security: max-age=0;' );
```
See:
* **max-age set to 0** in [HTTP strict transport security: five common mistakes and how to fix them](https://www.scip.ch/en/?labs.20190214)
* [HTTP Strict-Transport-Security](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/2445#issuecomment-558124218
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20191125/1ed53de4/attachment.html>


More information about the rails-dev mailing list