<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>142342</bug_id>
          
          <creation_ts>2015-03-05 06:50:26 -0800</creation_ts>
          <short_desc>Ensure mixed content forms are detected</short_desc>
          <delta_ts>2023-03-03 14:14:07 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>140625</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Catanzaro">mcatanzaro</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>mcatanzaro</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1074502</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2015-03-05 06:50:26 -0800</bug_when>
    <thetext>If a form on an https:// page posts its result to an http:// URL we need to make sure we are displaying an insecure content warning. Otherwise there&apos;s no way to know when your credit card data is sent in the clear. There is no test for this currently. Add a test and if the test doesn&apos;t pass, fix it.

Unfortunately we cannot block this behavior for compatibility reasons (i.e. the form must be treated as &quot;passive&quot; content you &quot;canDisplay&quot; even though it would make more sense to consider it &quot;active&quot; content you &quot;canRun&quot;).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1938639</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2023-03-03 14:14:07 -0800</bug_when>
    <thetext>(In reply to Michael Catanzaro from comment #0)
&gt; Unfortunately we cannot block this behavior for compatibility reasons (i.e.
&gt; the form must be treated as &quot;passive&quot; content you &quot;canDisplay&quot; even though
&gt; it would make more sense to consider it &quot;active&quot; content you &quot;canRun&quot;).

Nowadays we want to make sure the request gets upgraded or blocked, whatever the mixed content spec says should happen.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>