sbp commented on issue #390: URL: https://github.com/apache/tooling-trusted-releases/issues/390#issuecomment-3634150595
From a quick search I found JS blocks in the following templates: * `atr/admin/templates/tasks.html` * `atr/admin/templates/update-keys.html` * `atr/admin/templates/update-projects.html` * `atr/templates/blank.html` * `atr/templates/check-selected.html` * `atr/templates/committee-directory.html` * `atr/templates/projects.html` * `atr/templates/report-selected-path.html` But we also have some `onclick` and `onerror` handlers which will have to be changed too so that we can use a stricter CSP. All of the JS blocks are around 50-100 lines, except for the one in `blank.html` which is just calling `init()` to load `atr.js`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
