Login failed with "Script blocked" error in Chrome
Reported by: |
anonymous |
Owned by: |
|
Priority:
|
normal
|
Milestone:
|
|
Component:
|
general
|
Version:
|
|
Severity:
|
normal
|
Keywords:
|
|
Cc:
|
schade@…
|
Branch:
|
|
Release Notes:
|
|
API Changes:
|
|
Internal Changes:
|
|
Sometimes I can not login in to Trac in Chrome. It seems that nothing happens, when I press the "login" button. But in the error console of Chrome, you can see following error:
Blocked script execution in 'http://my.url.com/trac/login' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. login:1
Blocked form submission to 'http://my.url.com/trac/login' because the form's frame is sandboxed and the 'allow-forms' permission is not set.
I can mostly solve the problem, when I quit the chrome completly and restart it. Really strange.
Chrome Version: 49.0.2623.112 m
Trac Version: 1.0
Project-Id-Version: Trac 0.12
Change History
(5)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Milestone: |
1.0.11
|
Resolution: |
→ cantfix
|
Status: |
new → closed
|
Trac doesn't use
iframe
/frame
elements. Those messages are from sandbox feature ofiframe
element. I guess you're trying to log in Trac contained in theiframe
/frame
. Please try to log in after directly visiting your Trac site withoutiframe
.