08:20:29 AM - ohallot: guilhem:  Thanks for the access2base folder. However I have a 403 forbidden when I visit access2base.libreoffice.org. I may have missed something...
08:24:22 AM - guilhem: rename the page to index.html
08:24:27 AM - guilhem: file*
08:28:48 AM - ohallot: guilhem: Thank you
08:47:03 AM - ohallot: guilhem: HI again, can you advise on what should I do to make the page https://access2bse.libreoffice.org work? It hits some security locks  .
08:47:23 AM - ohallot: https://access2base.libreoffice.org
08:51:15 AM - cloph: ohallot: the javascript needs to be cleaned up/rewritten, it uses window.eval(tiddler.text); and that's bad/it also should not use inline javascript but instead separate files.
08:51:32 AM - guilhem: look at the dev console of your browser, the page tried to evaluate javascript which causes security issues (search for "javascript unsafe-eval" in a browser)
08:51:39 AM - guilhem: in a *search engine
08:53:25 AM - guilhem: what cloph said; alternatively i can lock the file (root:root) and enable unsafe-eval, but that's only viable if it never (or at least *very* seldom) needs to be modified
08:55:39 AM - cloph: ohallot: not sure if you did already, but probably also wise to add the files into a git repo so it'll be easier to track changes/do mass-modifications with a way to fix it after-the fact without having to guess...
08:56:36 AM - ohallot: cloph: it is in dev-tools/access2base
08:56:53 AM - cloph: perfect.
09:00:26 AM - ohallot: guilhem: JP Ledure told me the project is stable since a decade. I can add a REDAME in the repo with your comment
09:01:43 AM - guilhem: alright
