- webinspector that opens ad the bottom of the browser window like in some
    other fat browsers
  - ssl validation against ca-certificate file
++- HTTP Strict Transport Security (HSTS)
  - custom configuration files
  - open input or textarea with configurable external editor
  - user defined URL-shortcuts with placeholders
 
  
  # normal compiler flags
  CFLAGS  += $(shell pkg-config --cflags $(LIBS))
- CFLAGS  += -Wall -pipe -std=c99 -pedantic
- CFLAGS  += -Wno-overlength-strings
 -CFLAGS  += -Wall -pipe -ansi -std=c99
++CFLAGS  += -Wall -pipe -std=c99
+ CFLAGS  += -Wno-overlength-strings -Werror=format-security
  CFLAGS  += ${CPPFLAGS}
  LDFLAGS += ${LIBFLAGS}