Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make mod_cookie_consent selector slightly more general #3308

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

cdfa
Copy link
Contributor

@cdfa cdfa commented Feb 27, 2023

Description

This allows strict frontend frameworks like Elm to replace the <script> with some other element and still have it work. Ideally, we would use a <template> instead of a <script>, but that also causes problems in Elm at the moment: elm/virtual-dom#185

Checklist

  • documentation updated
  • tests added
  • no BC breaks

…ly more general

This allows strict frontend frameworks like Elm to replace the `<script>` with some other element and still have it work.
Ideally, we would use a `<template>` instead of a `<script>`, but that also causes problems in Elm at the moment: elm/virtual-dom#185
@mworrell
Copy link
Member

Master version in #3309

@mworrell mworrell added this to the 0.75.0 milestone Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants