Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Fixed access-control-allow-origin: * set on about: pages #4913

Closed
diracdeltas opened this issue Oct 18, 2016 · 5 comments · Fixed by #7484
Closed

Fixed access-control-allow-origin: * set on about: pages #4913

diracdeltas opened this issue Oct 18, 2016 · 5 comments · Fixed by #7484

Comments

@diracdeltas
Copy link
Member

diracdeltas commented Oct 18, 2016

Test plan

#7484 (comment)


reported along with #4885

@srirambv
Copy link
Collaborator

srirambv commented Oct 20, 2016

Only step1 mentioned in 186113e passed
#4885 steps fails, reopened the issue

@diracdeltas
Copy link
Member Author

This regressed with dbc0796. cc @bridiver

@diracdeltas diracdeltas reopened this Mar 3, 2017
@diracdeltas diracdeltas modified the milestones: 0.13.6, 0.12.6dev Mar 3, 2017
diracdeltas added a commit that referenced this issue Mar 3, 2017
fix #4913

Auditors: @bridiver

Test Plan:
1. open about:preferences and open devtools
2. the top-level HTTP response should not show an 'Access-Control-Allow-Origin' header
@bridiver
Copy link
Collaborator

bridiver commented Mar 3, 2017

if this is the issue dbc0796#diff-11e9f7f953edc64ba14b0cc350ae7b9dR82 it is development only for webpack so I don't think the security issue really applies

@diracdeltas
Copy link
Member Author

@bridiver the issue is dbc0796#diff-a533e12744082c16911d52f54573e441R133 and it's in the released builds

@bridiver
Copy link
Collaborator

bridiver commented Mar 4, 2017

yea, I don't think any of those pages need to be in there

diracdeltas added a commit that referenced this issue Mar 7, 2017
fix #4913

Auditors: @bridiver

Test Plan:
1. open about:preferences and open devtools
2. the top-level HTTP response should not show an 'Access-Control-Allow-Origin' header
@alexwykoff alexwykoff changed the title [HackerOne] access-control-allow-origin: * set on about: pages Fixed access-control-allow-origin: * set on about: pages Mar 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.