-
Using a workflow script task, i'm trying to update a content item by creating a simple javascript object. Probably related #4963
`2019-12-23 04:55:19.8850|Default|80000148-0001-f900-b63f-84710c796…
-
I noticed that securityheaders does not support cookies, is there an option to add it?
This results in an infinite redirects for some sites. For example pick https://www.bankmillennium.pl/osobiste2…
bpiec updated
5 years ago
-
Hi @bicf ,
I gave a try to your component, but it failed.
To make it load
>I have changed 'on afterPrepare' => ['bicf\securityheaders\components\Response','modulesInit'],
to 'on afterPrepare' => […
-
```
fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[1]
An unhandled exception has occurred while executing the request.
Npgsql.NpgsqlException (0x80004005): Exception while …
-
I have successfully been able to get IDS4 and Windows to talk to each other, and also have ASP.Net Identity working. The only problem I am having is that when authorizing via Windows Auth I cannot get…
-
When attempting to uploade images that are too large the backend correctly returns a 413 Entity Too Large error, but the frontend displays a very generic error message.
Returning the HTTP message …
-
When including the `play.filters.headers.SecurityHeadersFilter`, you can override, but not remove any of the 5 headers that are set. For example:
`play.filters.headers.frameOptions=null` -> `X-Frame-…
ejain updated
5 years ago
-
Hi!
I am a long term user and promotor of the securityheaders.io service. It is a great start point for internet users seeking to achieve good quality security for their website.
There is one as…
-
As stated in the [RFC 2616](https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2), header values should be separated by comma and not semicolon.
Even if the majority of values appears to b…
upils updated
5 years ago
-
Okay so this might be user error, but I have a test page with the following scripts:
```html
console.log("JS running with an injected nonce");
console.log("JS run…