Skip to content

Commit 0f98c66

Browse files
authored
Merge pull request #290 from lalithr95/patch-1
Fix readme
2 parents 20fd067 + 50eac98 commit 0f98c66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ Configuration.default do |config|
122122
end
123123
```
124124

125-
If **
126-
127125
## Named Appends
128126

129127
Named Appends are blocks of code that can be reused and composed during requests. e.g. If a certain partial is rendered conditionally, and the csp needs to be adjusted for that partial, you can create a named append for that situation. The value returned by the block will be passed into `append_content_security_policy_directives`. The current request object is passed as an argument to the block for even more flexibility.

0 commit comments

Comments
 (0)