index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hsts.c
Age
Commit message (
Expand
)
Author
2015-01-01
Change year in license block.
Daniel Carl
2014-11-28
Revert "Fixed wrong hsts protocol comparison (#146)."
Daniel Carl
2014-11-27
Fixed wrong hsts protocol comparison (#146).
Daniel Carl
2014-11-27
Don't access none given soup message.
Daniel Carl
2014-11-25
Change main HSTS URI in navigation-policy-decision-requested scope (#146).
Daniel Carl
2014-11-16
Fixed possible wrong placement of hsts logic (#146).
Daniel Carl
2014-10-27
keep prototype consistant with declaration
Sébastien Marie
2014-06-29
Used g_slice_new instead of g_new.
Daniel Carl
2014-06-09
Marked hsts should_secure_host function as inline.
Daniel Carl
2014-05-28
Fixed considered invalid certificate in hsts over proxy.
Daniel Carl
2014-05-01
Fixed wrong url in status bar if hsts changed uri (#79).
Daniel Carl
2014-04-29
Merge branch 'master' into feature/hsts
Daniel Carl
2014-04-29
Load and save hsts whitelist from file (#79).
Daniel Carl
2014-04-25
Use SoupDate instead gint64 to store the expires at (#79).
Daniel Carl
2014-04-25
Added new session feature for HSTS (#79).
Daniel Carl