Перейти к содержимому

<noscript> is triggered for no reason in Chrome </noscript>

13

I think I found a bug in Chrome, and I kind of have no idea where to post but it may as well be a misconfiguration on my part or something.

Here is the issue. I'll include a screenshot which should explain the main idea of the issue.

enter image description here
(Click image to enlarge)

JavaScript is enabled and yet http://enable-javascript.com acts as if it weren't.

It's kind of vague though. Luckily Google Chrome's console makes everything clear.

Blocked script execution in 'http://enable-javascript.com/' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.

...but this is just Google Chrome's paranoia since there is no frame elements and "sandbox" is never mentioned in the code.

Any pointers would be helpful!

Update:

  • Issue not present in incognito mode
  • Disabled extensions did not help
  • Reinstalling system did not help
  • This affects all webkit browsers (Opera, Chrome, Chromium)

If I navigate to the URL directly, the issue is not present, however if I click a link to get to that page - the issue is in fact present. Refreshing on a dysfunctional page does not fix a thing.

2 878 просмотров
Slava Knyazev спросил 11 лет назад
S 208

2 ответа

1

Попробуйте запустить Chrome из терминала:

./chrome.exe --args --allow-scripts

Этот вопрос из установки, которой у меня больше нет, но как в мире эта Windows? Это Linux ...

Slava Knyazev · 10 лет назад · 0

Это было похоже на окна, мои извинения. Я изменил это на Linux.

Yubin Lee · 10 лет назад · 0

Теперь я это вижу. Это Linux Mint.

Yubin Lee · 10 лет назад · 0
Yubin Lee ответил 10 лет назад
Y 33
1

В Windows вы можете использовать эту команду:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --args --allow-scripts 

OP использует Linux Mint, а не Windows

pun · 10 лет назад · 0

@ The_IT_Guy_You_Dont_Like Исправлено, но я нашел эту тему только при поиске этой ошибки. Я надеюсь, что мой ответ поможет другим пользователям Windows, таким как я.

Ogglas · 10 лет назад · 1
Ogglas ответил 10 лет назад
O 375