mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
properly? handle getOwnPropertyDescriptor
This commit is contained in:
parent
e8b9e04d46
commit
8d2ab5ac8b
6 changed files with 35 additions and 1 deletions
|
@ -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);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue