prepare_csp_for_next_request(): Use the global toggle state for new requests
authorFabian Keil <fk@fabiankeil.de>
Wed, 25 May 2016 10:54:01 +0000 (10:54 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 25 May 2016 10:54:01 +0000 (10:54 +0000)
commit7eee8d2d278242e5581b704a7a69371c3e9a91e9
treefb461f0a4b0eda502c673a2f8968f0407b5e40b6
parent3b76b57d0ff326795a52b48322a91ba43dc13df0
prepare_csp_for_next_request(): Use the global toggle state for new requests

Previously new requests inherited the toggle state
from the previous request even though the toggle state
could have changed.

Reported by Robert Klemme.
jcc.c