-
Notifications
You must be signed in to change notification settings - Fork 649
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
Page rule additions #68
Closed
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
9c362a5
add resolve_override page_rule action
SteveGoldthorpe-Work 4215d73
Merge pull request #2 from SteveGoldthorpe-WDFC/add-page-rule-resolve…
SteveGoldthorpe-Work 1bd5f6a
add host_header_override page_rule action
SteveGoldthorpe-Work 6c578de
add doc for resolve_override
SteveGoldthorpe-Work a143bdd
Merge branch 'testing' into add-page-rule-host_header_override
SteveGoldthorpe-Work 8b9f728
Merge pull request #3 from SteveGoldthorpe-WDFC/add-page-rule-resolve…
SteveGoldthorpe-Work e5bc508
Merge branch 'testing' into add-page-rule-host_header_override
SteveGoldthorpe-Work e04425c
Merge pull request #4 from SteveGoldthorpe-WDFC/add-page-rule-host_he…
SteveGoldthorpe-Work 6f63e36
missing bracket after merge conflict
SteveGoldthorpe-Work 6a6fe25
Merge pull request #5 from SteveGoldthorpe-WDFC/add-page-rule-host_he…
SteveGoldthorpe-Work 2984ddc
fix typo and go fmt
SteveGoldthorpe-Work d38ec12
go fmt
SteveGoldthorpe-Work 7a91da4
Merge branch 'testing' into add-page-rule-resolve_override
SteveGoldthorpe-Work 653a17a
Merge pull request #6 from SteveGoldthorpe-WDFC/add-page-rule-resolve…
SteveGoldthorpe-Work 6635b10
Merge pull request #7 from SteveGoldthorpe-WDFC/add-page-rule-host_he…
SteveGoldthorpe-Work 6f7d40a
add bypass_cache_on_cookie page_rule action
SteveGoldthorpe-Work c9ed559
restore automatic_https_rewrites comment
SteveGoldthorpe-Work e56ae80
Merge branch 'testing' into add-page-rule-bypass_cache_on_cookie
SteveGoldthorpe-Work 42fa463
Merge pull request #8 from SteveGoldthorpe-WDFC/add-page-rule-bypass_…
SteveGoldthorpe-Work c9aeba9
page_rules status is active or disabled not paused
SteveGoldthorpe-Work 354ee2b
Merge pull request #9 from SteveGoldthorpe-WDFC/fix-page-rule-disabled
SteveGoldthorpe-Work 8c2f141
add waf page rule
SteveGoldthorpe-Work 02e7302
Merge pull request #10 from SteveGoldthorpe-Work/add-page-rule-waf
SteveGoldthorpe-Work e8baece
add doc for waf page rule keyword
SteveGoldthorpe-Work bc26ab3
Merge pull request #11 from SteveGoldthorpe-Work/add-page-rule-waf
SteveGoldthorpe-Work 613e0b1
Support explicit_cache_control action
simpson-ross d2e4251
Add missing security_level value
simpson-ross 29e3643
Add cache_key to pageRuleAPIStringFields
simonexmachina 1ac9e50
Add boolean sort_query_string_for_cache action
simpson-ross 167db52
Add origin_error_page_pass_thru and true_client_ip_header boolean act…
simpson-ross 6d60fe6
Add mirage and disable_railgun actions
simpson-ross 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"off" is an enterprise only feature - do we need to make note of this somewhere? Or just rely on the API to return sane error messages if it isn't available?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's the responsibility of the provider to know or care about a customer's contract type with Cloudflare. The API should just To The Right Thing ™️ if a user without appropriate permissions tries to use it.