We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to reproduce:
Error message:
Refused to frame '' because it violates the following Content Security Policy directive: "frame-src 'self' hub.windmill.dev".
The text was updated successfully, but these errors were encountered:
I am running into the same issue. I saw videos using an older version of the extension and tried 0.2.4 (1y old) without more success.
My context: self hosted, k8s, traefik. The dev console showed issues with cookies. I could fix those using a traefik middleware:
apiVersion: traefik.io/v1alpha1 kind: Middleware metadata: namespace: windmill name: cookie-secure-samesite spec: headers: customRequestHeaders: Set-Cookie: "SameSite=None; Secure" customResponseHeaders: # Content-Type: "text/html; charset=UTF-8" Set-Cookie: "SameSite=None; Secure"
Now clicking this [+] shows only an info in the dev console:
document | Quirks Mode | data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}</script>
Running in Brave works all fine. I am on 0.2.35.
0.2.35
Sorry, something went wrong.
No branches or pull requests
How to reproduce:
Error message:
The text was updated successfully, but these errors were encountered: