higashi04 / SOT

n/a
1 stars 0 forks source link

joi and helmet #2

Closed higashi04 closed 2 years ago

higashi04 commented 2 years ago

need to fix joi and helmet, specially since adding new schemas and fields to old schemas. joi stopped working when pushing more than one new elements to array indexes, helmet I need to look up documentation in order to fully understand CORS but since removing the in-line scripting I need to verify if it will work now.

higashi04 commented 2 years ago

seems I solved the helmet issue by adding all search params into their own js file

higashi04 commented 2 years ago

solved joi issue by adding joi.array().joi.items( params ) to validation files