gassechen

Results 22 comments of gassechen

Thank you. These are the results that this software gave me. Should I make an application in hunchentoot with the GET POST PUT and DELETE verbs to check for more...

``` (defparameter *csp-header* "default-src 'self'; script-src 'self'; style-src 'self'; img-src 'self'; object-src 'none'") (easy-routes:defroute main ("/" :method :get) () (let ((html (page-root))) ;Generar el HTML utilizando la función table-list* (setf...