Fix XSS in openid selector. Thanks, Raghav Bisht.
parent
2940fe5334
commit
18dfba868f
|
@ -13,6 +13,9 @@ ikiwiki (3.20150108) UNRELEASED; urgency=medium
|
|||
* t/inline.t: accept translations of "Add a new post titled:"
|
||||
(Closes: #779365)
|
||||
|
||||
[ Joey Hess ]
|
||||
* Fix XSS in openid selector. Thanks, Raghav Bisht.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Sat, 24 Jan 2015 23:59:20 -0400
|
||||
|
||||
ikiwiki (3.20150107) experimental; urgency=medium
|
||||
|
|
|
@ -23,3 +23,7 @@ Thank You...!!
|
|||
Your Faithfully,
|
||||
Raghav Bisht
|
||||
raghav007bisht@gmail.com
|
||||
|
||||
> Thanks Raghav for reporting this issue. I've fixed it in ikiwiki.
|
||||
>
|
||||
> --[[Joey]]
|
||||
|
|
|
@ -23,7 +23,7 @@ $(document).ready(function() {
|
|||
</div>
|
||||
<div id="openid_input_area">
|
||||
<label for="openid_identifier" class="block">Enter your OpenID:</label>
|
||||
<input id="openid_identifier" name="openid_identifier" type="text" value="<TMPL_VAR OPENID_URL>"/>
|
||||
<input id="openid_identifier" name="openid_identifier" type="text" value="<TMPL_VAR ESCAPE=HTML OPENID_URL>"/>
|
||||
<input id="openid_submit" type="submit" value="Login"/>
|
||||
</div>
|
||||
<TMPL_IF OPENID_ERROR>
|
||||
|
|
Loading…
Reference in New Issue