diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-17 13:35:25 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-17 13:35:25 +0100 |
commit | a10b23932cd567324b7e1071f3ddc4c46a8270d8 (patch) | |
tree | 5c299765112a1c41800b08a93f9cc875764fdf4c /dom/performance/PerformanceTiming.h | |
parent | a24511ca8e19afe4d19008ba903e1edab0af3223 (diff) | |
download | UXP-a10b23932cd567324b7e1071f3ddc4c46a8270d8.tar UXP-a10b23932cd567324b7e1071f3ddc4c46a8270d8.tar.gz UXP-a10b23932cd567324b7e1071f3ddc4c46a8270d8.tar.lz UXP-a10b23932cd567324b7e1071f3ddc4c46a8270d8.tar.xz UXP-a10b23932cd567324b7e1071f3ddc4c46a8270d8.zip |
Set "secureConnectionStart" to 0 for pages with HTTP scheme
Issue #67
Diffstat (limited to 'dom/performance/PerformanceTiming.h')
-rwxr-xr-x | dom/performance/PerformanceTiming.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/performance/PerformanceTiming.h b/dom/performance/PerformanceTiming.h index edfac8d02..fc7e7d5bd 100755 --- a/dom/performance/PerformanceTiming.h +++ b/dom/performance/PerformanceTiming.h @@ -274,6 +274,8 @@ private: // redirectEnd attributes. It is false if there were no redirects, or if // any of the responses didn't pass the timing-allow-check bool mReportCrossOriginRedirect; + + bool mSecureConnection; }; } // namespace dom |