properly? handle getOwnPropertyDescriptor

This commit is contained in:
velzie 2024-08-25 20:17:45 -04:00
parent e8b9e04d46
commit 8d2ab5ac8b
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
6 changed files with 35 additions and 1 deletions

View file

@ -103,7 +103,6 @@ export const htmlRules: {
fn: (value: string, origin: URL) => {
if (["_parent", "_top", "_unfencedTop"].includes(value)) return "_self";
console.log(value, origin);
return encodeUrl(value, origin);
},