1414
1515package  com .google .common .net ;
1616
17- import  com .google .common .annotations .Beta ;
1817import  com .google .common .annotations .GwtCompatible ;
1918
2019/** 
@@ -102,7 +101,6 @@ private HttpHeaders() {}
102101   * 
103102   * @since 17.0 
104103   */ 
105-   @ Beta 
106104  public  static  final  String  FOLLOW_ONLY_WHEN_PRERENDER_SHOWN  = "Follow-Only-When-Prerender-Shown" ;
107105  /** The HTTP {@code Host} header field name. */ 
108106  public  static  final  String  HOST  = "Host" ;
@@ -357,7 +355,7 @@ private ReferrerPolicyValues() {}
357355   * 
358356   * @since 27.1 
359357   */ 
360-   @ Beta   public  static  final  String  SOURCE_MAP  = "SourceMap" ;
358+   public  static  final  String  SOURCE_MAP  = "SourceMap" ;
361359
362360  /** 
363361   * The HTTP <a href="http://tools.ietf.org/html/rfc6797#section-6.1">{@code 
@@ -455,14 +453,14 @@ private ReferrerPolicyValues() {}
455453   * 
456454   * @since 15.0 
457455   */ 
458-   @ Beta   public  static  final  String  PUBLIC_KEY_PINS  = "Public-Key-Pins" ;
456+   public  static  final  String  PUBLIC_KEY_PINS  = "Public-Key-Pins" ;
459457  /** 
460458   * The HTTP <a href="http://tools.ietf.org/html/draft-evans-palmer-key-pinning">{@code 
461459   * Public-Key-Pins-Report-Only}</a> header field name. 
462460   * 
463461   * @since 15.0 
464462   */ 
465-   @ Beta   public  static  final  String  PUBLIC_KEY_PINS_REPORT_ONLY  = "Public-Key-Pins-Report-Only" ;
463+   public  static  final  String  PUBLIC_KEY_PINS_REPORT_ONLY  = "Public-Key-Pins-Report-Only" ;
466464  /** 
467465   * The HTTP {@code X-Request-ID} header field name. 
468466   * 
@@ -482,7 +480,7 @@ private ReferrerPolicyValues() {}
482480   * 
483481   * @since 24.1 
484482   */ 
485-   @ Beta   public  static  final  String  X_DOWNLOAD_OPTIONS  = "X-Download-Options" ;
483+   public  static  final  String  X_DOWNLOAD_OPTIONS  = "X-Download-Options" ;
486484  /** The HTTP {@code X-XSS-Protection} header field name. */ 
487485  public  static  final  String  X_XSS_PROTECTION  = "X-XSS-Protection" ;
488486  /** 
0 commit comments