Improve input validation in plugins

This commit is contained in:
alonso.torres 2024-06-14 15:19:57 +02:00
parent e13d543dcd
commit c5c8be4b4a
10 changed files with 120 additions and 40 deletions

View file

@ -107,6 +107,9 @@
{:name js/Symbol.toStringTag
:get (fn [] (str "PageProxy"))})
(defn page-proxy? [p]
(instance? PageProxy p))
(defn page-proxy
[plugin-id file-id id]
(crc/add-properties!