File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 88
99 <body>
1010 <release version="4.12.0" date="April xx, 2025" description="Rhino RegExp, Bugfixes">
11+ setRefererlHeader(URL)
1112 <action type="add" dev="RhinoTeam">
1213 core-js: Named capture groups in RegularExpressions now supported.
1314 </action>
15+ <action type="remove" dev="rbri">
16+ Deprecated method WebRequest.setRefererlHeader(URL) removed.
17+ </action>
1418 </release>
1519
1620
Original file line number Diff line number Diff line change @@ -559,17 +559,6 @@ public void setRefererHeader(final URL url) {
559559 }
560560 }
561561
562- /**
563- * Sets the referer HTTP header - only if the provided url is valid.
564- * @param url the url for the referer HTTP header
565- *
566- * @deprecated as of version 4.5.0; use {@link #setRefererHeader(URL)} instead
567- */
568- @ Deprecated
569- public void setRefererlHeader (final URL url ) {
570- setRefererHeader (url );
571- }
572-
573562 /**
574563 * Sets the specified name/value pair in the additional HTTP headers.
575564 * @param name the name of the additional HTTP header
You can’t perform that action at this time.
0 commit comments