brave / brave-ios

Brave iOS Browser
https://brave.com
Mozilla Public License 2.0
1.7k stars 441 forks source link

Javascript Disabled [No-Script] not working #8585

Closed Brandon-T closed 8 months ago

Brandon-T commented 9 months ago

Description:

<html>
  <head>
  </head>
  <body>
     <h1>This color is red if you have scripts disabled</h1>
     <noscript>
       <style>
         h1 {
           color: red;
         }
       </style>
     </noscript>
  </body>
</html>

from: https://kkarikos.github.io/ does not work. https://bravesoftware.slack.com/archives/C06UXF3KJ/p1694087671230389?thread_ts=1693847447.126979&cid=C06UXF3KJ

It works in Safari, but not Brave

Actual result:

Expected result:

Reproduces how often: [Easily reproduced, Intermittent Issue]

Brave Version:

Uni-verse commented 8 months ago

Verified on iPhone X running iOS 16.7 using version 1.62 (24.1.9.23)

Test Page: https://kkarikos.github.io/ Scenarios:

  1. Disable scripts in privacy settings.
  2. Disable scripts in Shields panel.
  3. Enable scripts per site
Example Example
IMG_3687 IMG_3688