diff options
author | Sébastien Marie <semarie@users.noreply.github.com> | 2014-10-24 10:23:38 +0200 |
---|---|---|
committer | Sébastien Marie <semarie@users.noreply.github.com> | 2014-10-24 13:42:36 +0200 |
commit | 18dbc8744bc5231335188df2210c52c6df917397 (patch) | |
tree | ac60ab007fb5e38156bfecaca26336085cd79ff1 /doc | |
parent | 7368a746053ac3ceb8bad58c19b91e35e660fb08 (diff) |
enable uri pattern for LoadProvisional autocmd
this prepare a new setting "content-security-policy" that need to be
setted very early (before LoadCommited, where some HTTP-Headers are
already processed by webkit).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vimb.1 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -630,8 +630,7 @@ Events: .TP .B LoadProvisional Fired if a new page is going to opened. No data has been received yet, the load -may still fail for transport issues. Out of this reason this event has no -associated URL to match. +may still fail for transport issues. .TP .B LoadCommited Fired if first data chunk has arrived, meaning that the necessary transport |