-
Followup to https://github.com/jquery/jquery/issues/4409 and it's PR https://github.com/jquery/jquery/pull/4927 which were more like for handling TrustedTypes (TT-agnostic).
With Chrome shipping th…
-
When running any of the swg.js binaries with Trusted Types enabled on a page, this breaks. There are a handful of places where we set DOM values using sink API's that are blocked with this mode enable…
-
Using this example CSP:
`content-security-policy: default-src 'none'; base-uri 'none'; frame-ancestors 'self'; script-src 'strict-dynamic' 'nonce-VVz1fXT3a0vl40s51oUfepWP2SS22WWFPA+HKdp5dUE=' https: …
-
Once Trusted Types is better supported across major browsers consider requiring it in Nebula.
https://caniuse.com/#feat=trusted-types
https://web.dev/trusted-types/
This will require changes …
-
Hi,
In the context of the Hafnium project, we are exploring the use of Transfer List structures to package the artefacts of each partition. Hafnium is the reference implementation for S-EL2 firmwar…
-
Some of the test suite for trusted types timeout when failing, this isn't ideal as the test runner skips any other sub tests in the same file which limits the test coverage during implementation. Time…
-
# 💎 Issue
### Background
I was looking to work for #14166, and found there are several functions for converting different formats of p2p addresses(enode, ENR, multiaddr). For example, `PeersFrom…
-
While there are options to define custom volumes via the Helm chart for the operator and the scan jobs, there is no option to define custom volumes and volumeMounts for the built-in trivy server.
U…
-
Hi verus team, I was trying to check the equality of two structs that contain Option like this:
```
#[allow(unused_imports)]
use builtin_macros::*;
#[allow(unused_imports)]
use builtin::{ensures}…
-
Part of the changes are drafted, and then reverted in #7819
- How to test designer change after you make trusted-types changes.
Edit the html directly from developer's tool provided by brower.
…