-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Fix egregious indentation issues #1620
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
0ea25bd
Fix eggregious indentation issues
S3Prototype 4bbd6a2
Update .prettierignore
S3Prototype 08b852a
Revert "Update .prettierignore"
S3Prototype 1cb4748
Get rid of FMT command
S3Prototype eef8d69
Fix messed up files
S3Prototype b3dbc6f
Final cleanup
S3Prototype d68f5ac
More fixes
S3Prototype ec873f9
Update agent/agent-mutual-tls-termination.mdx
S3Prototype 444d217
Replace tabs with spaces
S3Prototype faf5ded
Merge branch 'fix-indentation' of https://github.com/ngrok/ngrok-docs…
S3Prototype 8c491ca
Fix indentation on some stuff
S3Prototype 670fb25
More
S3Prototype 600f079
fix securing your app
S3Prototype a96bf4a
Final indentation fixes
S3Prototype 8cb11e3
Merge branch 'main' into fix-indentation
S3Prototype File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -86,17 +86,17 @@ First, create a new file called `traffic-policy.yml` in the root of your project | |
|
|
||
| ```yaml policy.yml | ||
| on_http_request: | ||
| - name: OAuth | ||
| - name: OAuth | ||
| actions: | ||
| - type: oauth | ||
| - type: oauth | ||
| config: | ||
| auth_id: oauth | ||
| provider: google | ||
| - name: bad email | ||
| - name: bad email | ||
| expressions: | ||
| - actions.ngrok.oauth.identity.email != '[email protected]' | ||
| actions: | ||
| - type: custom-response | ||
| - type: custom-response | ||
| config: | ||
| body: Hey, no auth for you ${actions.ngrok.oauth.identity.name}! | ||
| status_code: 400 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.