Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend iframe sandbox rules #745

Merged
merged 5 commits into from
Aug 19, 2019

Conversation

JohannesDoberer
Copy link
Contributor

No description provided.

sinon.stub(LuigiConfig, 'getConfigValue');
sinon
.stub(LuigiConfig, 'getConfigValue')
.callsFake(() => customSandboxRules);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could just use a simple .returns(customSandboxRules).

@maxmarkus maxmarkus changed the title extend iframe sandbox rules Extend iframe sandbox rules Aug 14, 2019
@JohannesDoberer JohannesDoberer merged commit 369f05a into SAP:master Aug 19, 2019
@JohannesDoberer JohannesDoberer deleted the extend-sandbox-rules branch August 19, 2019 11:51
stanleychh pushed a commit to stanleychh/luigi that referenced this pull request Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants