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

Adds information to README.md file how to use vue-devtools #1446

Merged
merged 1 commit into from
Oct 12, 2020

Conversation

StCyr
Copy link
Contributor

@StCyr StCyr commented Oct 9, 2020

Signed-off-by: Cyrille Bollu cyrpub@bollu.be

README.md Outdated Show resolved Hide resolved
@skjnldsv skjnldsv added 3. to review Waiting for reviews enhancement New feature or request labels Oct 9, 2020
@StCyr StCyr force-pushed the fix/update-readme-for-devtools branch from 59fd444 to 3b03c17 Compare October 9, 2020 14:27
@StCyr StCyr requested a review from skjnldsv October 9, 2020 14:27
README.md Outdated
Comment on lines 58 to 73
diff --git a/lib/public/AppFramework/Http/ContentSecurityPolicy.php b/lib/public/AppFramework/Http/ContentSecurityPolicy.php
index 3a9ab8f8c1..4bc2b4a4d0 100644
--- a/lib/public/AppFramework/Http/ContentSecurityPolicy.php
+++ b/lib/public/AppFramework/Http/ContentSecurityPolicy.php
@@ -42,9 +42,9 @@ namespace OCP\AppFramework\Http;
*/
class ContentSecurityPolicy extends EmptyContentSecurityPolicy {
/** @var bool Whether inline JS snippets are allowed */
- protected $inlineScriptAllowed = false;
+ protected $inlineScriptAllowed = true;
/** @var bool Whether eval in JS scripts is allowed */
- protected $evalScriptAllowed = false;
+ protected $evalScriptAllowed = true;
/** @var array Domains from which scripts can get loaded */
protected $allowedScriptDomains = [
'\'self\'',
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe add some code block with diff linting? Dunno if github supports it right away 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't understand sorry :(

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes it works!

I've updated my PR

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
@StCyr StCyr force-pushed the fix/update-readme-for-devtools branch from 3b03c17 to 48f2fb5 Compare October 12, 2020 10:21
@GretaD GretaD merged commit 130c95d into master Oct 12, 2020
@GretaD GretaD deleted the fix/update-readme-for-devtools branch October 12, 2020 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants