this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input Validation

+1 -2
+1 -2
content.js
··· 5 5 typeof browser !== "undefined" ? browser.storage.local : chrome.storage.local 6 6 7 7 // Make sure that we don't DoS the regex if someone supplies too large of a DID 8 - // 1024 was arbitratily chosen to limit performance impact, I couldn't find any specicied limits on DID length 9 - const MAX_DID_LENGTH = 1024 8 + const MAX_DID_LENGTH = 255 10 9 11 10 // Regular expression to validate the DID format 12 11 // https://w3c.github.io/did-core/#did-syntax