Josef Fröhle
                                            Josef Fröhle
                                        
                                    @scaret its no bug of chrome, its if it were other than in chrome its a bug. tomorrow, i will look to fix add optional params to set a `startdate`
So it looks like the function `createCertificate` need to complete rewritten or a new function is need to create `startdate` and `enddate` certificates. With `openssl ca` is the only way...
@andris9 what do you think about it?
Additional Infos: https://jamielinux.com/blog/category/CA/ https://github.com/patwie/yoca https://www.rootservice.org/howtos/freebsd/certificate_authority.html
Hey @andris9 yes i'm interested. ok, i'm understand. the module is very nice and i'm happy that you made the work and the support for this so long. I love...
ok, thats sound good. but i think a check on upload is a must, because the "bad guys" can manipulate the js, so it need to check twice.
Yes, but breaks other parts. CSS or Strict would the only option I can use without breaking other stuff.
@alexander-akait this is SVG close tag ```html >Updates ``` No nothing very exotic html/css, but our build system is something big and static...
```go package server import ( "reflect" "strings" "git.OG-CUT/server/controller" "github.com/kataras/iris/v12" "github.com/kataras/iris/v12/view" ) // ViewBuilder .... type ViewBuiler struct { } func (ViewBuiler) Asset(a view.JetArguments) reflect.Value { path := a.Get(0).String() // fmt.Println(os.Getenv("APP_URL"))...