Investigate if sandboxing flag check can move to the PresentationRequest ctor #379
Comments
|
Looking at Blink code, it seems to be dynamic. My understanding of the spec is that it's not. @annevk do I misinterpret the spec? |
|
I don't really understand the sandboxing setup. Too much forwarding of state. |
|
Well, it would be safest to check it in both the |
mfoltzgoogle
referenced
this issue
Dec 1, 2016
Merged
Issue #379: Adds sandboxing flag check to PresentationRequest ctor. #385
mfoltzgoogle
closed this
Dec 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mfoltzgoogle commentedNov 29, 2016
Follow-up from Issue #362. It may be possible to check the sandboxing flag in the ctor for PresentationRequest, and this would simplify the algorithms that check it on function invocation.
However, if the attribute is dynamic or set on navigation, it may not be possible.
@mounirlamouri can you update this with what you discover in Blink?