We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3723f7f commit 02f0d81Copy full SHA for 02f0d81
csharp/ql/src/semmle/code/csharp/frameworks/system/Web.qll
@@ -203,9 +203,6 @@ class SystemWebHttpCookie extends SystemWebClass {
203
204
/** Gets the `Secure` property. */
205
Property getSecureProperty() { result = this.getProperty("Secure") }
206
-
207
- /** Gets the `HttpOnly` property. */
208
- Property getHttpOnlyProperty() { result = this.getProperty("HttpOnly") }
209
}
210
211
/** The `System.Web.IHtmlString` class. */
0 commit comments