-
In my Web API method I have added the header as follows:
System.Net.Mime.ContentDisposition cd = new System.Net.Mime.ContentDisposition
{
FileName = "XXXXX…
-
Using webhint.io...
I got:
Response should not include unneeded 'content-security-policy' and 'x-xss-protection' headers.
...for images.
While it does use a few bytes to send these, it is a l…
-
Hello guys,
Me need to add "Access-Control-Allow-Credentials" parameter to response ("Access-Control-Allow-Credentials : true")
How I can set Access-Control-Allow-Credentials parameter in server s…
-
22/08/2014 14:38:55 Base64: (FormatException) Comprimento inválido para uma matriz de caracteres Base-64.
On string: UmVhZGluZXNzIEV2ZW50IHBhcmEgTWFy5286IENvbmhl52EgYSBtb2RlbG8gTWljcm9zb2Z0IGRl IEluZn…
-
### Steps to reproduce the problem
setup Mastodon , didn't work. I ended up with blank front page (only Mastodon logo was shown). Then I reinstalled whole server with debian11(https://docs.joinmas…
-
As suggested [here](https://github.com/openzim/warc2zim/issues/156#issuecomment-1909919290), we could look for 'warc2zim' AND 'zimit' strings in Scraper metadata (we currently only look for 'warc2zim'…
-
### Expected behaviour
An email which was delivered between two servers (i.e. not between a server and itself over a loopback address) should be marked as insecure if it was not done in an encrypted …
-
When set keep alive timeout by options.keepaliveTimeout_, I can't find keep-alive timeout in response header, is there any option need to set or could add this information to response header?
-
Hello,
I try to sign a mail with cryptography but I have still problems. There was the issue #4488. But at that time, S/MIME support was not yet so advanced.
This is my code, but I have still th…
-
### 👟 Reproduction steps
Try uploading a file using function. In my case I'm using php.
```
return function ($context) {
$client = new Client();
$client->setEndpoint('https://cloud.appw…