Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Webengine Cookie SameSite=None warning

Webengine Cookie SameSite=None warning

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 557 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chilarai
    wrote on last edited by
    #1

    Earlier this post was categorized under QML & Qt Quick. I brought it here

    I keep receiving the following warning on QtWebEngine calls in QML. How do I resolve this?

    js: A cookie associated with a resource at <URL> was set with `SameSite=None` but without `Secure`. 
    

    I read somewhere that a cookie header (HttpOnly;Secure;SameSite=Strict) needs to be set. How do I do it in WebEngineView?

    Here is my QML snippet

    WebEngineView {
        id:primaryVideo
    
        URL:"http://www.youtube.com/embed/9ldOuVuas1c"
        width:500
        height:250
    }
    
    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved