Tobias Bengfort
Tobias Bengfort
It seems like using import maps is not compatible with CSP. So I don't think this will work. See also https://stackoverflow.com/questions/75504612/.
https://github.com/MasterKale/SimpleWebAuthn/blob/master/packages/browser/src/helpers/identifyRegistrationError.ts could be a helpful resource to interpret errors.
I think the much simpler option would be to use SVG attributes. `fill`, `transform`, `font-family`, `font-size` etc are all available as SVG attributes. So there is no need for inline...
For anyone else struggling with this issue, I worked around it by patching the files: ```sh # extract CSS grep -r -h 'var css_' 'node_modules/fullcalendar-scheduler/index.global.js' 'node_modules/@fullcalendar/bootstrap/index.global.js' | sed 's/ *var...
> Rather than the `` approach, could we just list client identifiers (app_id or whatever) that should get access to each protocol or something like that? Could just default to...
> I fail to see the benefit of restricting layer-shell access in that case. It feels like patching a window crack while leaving the door wide open. > My main...
> what about using a different `XDG_RUNTIME_DIR` or `WAYLAND_DISPLAY` for those? If you want only specific clients to get access to privileged interfaces, `WAYLAND_SOCKET` is the only way I know...
I think we all agree that for real security, we need to restrict both Wayland interfaces and file system access. The question is where the Wayland restrictions should be implemented:...
I found another issue: `--fc-list-event-hover-bg-color` is not adapted. If I find more, should I add them here or open a new issue for each one?
I changed the jsfiddle to use 6.1.8, but the issue remains the same: https://jsfiddle.net/b32dhn0o/ @aukolov can you provide more details? You mentioned `datesSet` and `api.goToDate()`, but the issue is about...