csp
Here are 315 public repositories matching this topic...
The build section should talk about contrib. The contributing section should cover:
- Differences between npm version and github version.
- Process for building (or should that be in build) and running tests.
- Contribution guidelines.
-
Updated
Apr 7, 2019 - Swift
-
Updated
May 7, 2020 - Shell
the json example in the readme has no self in various params but the json file from the tests does have these set.
https://github.com/paragonie/csp-builder#example
https://github.com/paragonie/csp-builder/blob/e9a7560fd3f133a85f03c51de5fc051ac97630a7/test/vectors/basic-csp.json
for example i am guessing that using the example from the readme does not set self fore base-uri. but that might n
Expected behavior
limit the first search strategy to 1 second in solve THEN use the second strategy (to improve the best so far solution)
Actual behavior
search.limit Monitor are attach to search and not strategy.
Minimal Working Example
Experienced with choco-solver-4.0.4
solv.setSearch(
new AbstractStrategy[] {
Search.intVarSearch(new MaxRegret(), new IntDoma
-
Updated
May 16, 2020 - F#
As hinted in aidantwoods/SecureHeaders#67 (comment), the public API could do with some better coverage.
-
Updated
May 12, 2020 - PHP
- https://github.com/nico3333fr/CSP-useful/blob/master/csp-wtf/not-explained.md#blocked-uri-inline
- https://github.com/nico3333fr/CSP-useful/blob/master/csp-wtf/not-explained.md#onclick-attribute-on-menuitem-element
This happens if you don't allow inline scripts--that is, <script> with no src attribute, but rather embedded JavaScript. Inline JavaScript has to be explicitly allowed via `'in
MDN says that style-src and connect-src support 'unsafe-inline', among others. As part of this work, we should:
- Verify that MDN is correct
- Add new directive values to this module
See the original issue, helmetjs/helmet#187.
-
Updated
Nov 14, 2018 - Scala
-
Updated
Feb 24, 2016 - Python
It would be great to have instructions or link about Spring configuration.
Here is an instruction: https://docs.spring.io/spring-security/site/docs/4.2.x/reference/html/headers.html#headers-csp and mention that with Spring Boot it's possible to use security.headers.* properties.
-
Updated
Apr 29, 2020 - Java
-
Updated
Sep 18, 2018 - Python
-
Updated
Jun 2, 2020 - C++
-
Updated
May 31, 2020 - Java
-
Updated
May 22, 2019 - C++
-
Updated
Nov 6, 2019 - Go
Description
Straight from the docs, we can see this:
new HtmlWebpackPlugin({
cspPlugin: {
enabled: true,
policy: {
'base-uri': "'self'",
'object-src': "'none'",
'script-src': ["'unsafe-inline'", "'self'", "'unsafe-eval'"],
'style-src': ["'unsafe-inline'", "'self'", "'unsafe-eval'"]
},
hashEnabled: {
'script-src': true,
-
Updated
Apr 24, 2019 - Python
-
Updated
May 7, 2020 - C#
-
Updated
Jun 6, 2020 - C#
-
Updated
Mar 4, 2020 - C#
-
Updated
May 2, 2020 - JavaScript
-
Updated
May 7, 2020 - TypeScript
Improve this page
Add a description, image, and links to the csp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the csp topic, visit your repo's landing page and select "manage topics."