File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44# preload list (in the from-preloads/ directory)
55
66import urllib2 , re , glob , os
7- preloads = urllib2 .urlopen ("https://src.chromium.org/viewvc/chrome/trunk/src/net/base /transport_security_state_static.h?content-type=text%2Fplain" ).read ()
7+ preloads = urllib2 .urlopen ("https://src.chromium.org/viewvc/chrome/trunk/src/net/http /transport_security_state_static.h?content-type=text%2Fplain" ).read ()
88
99def escape (s ):
1010 return re .sub ("\." , "\\ ." , s )
1111
1212def make_rule (name , hosts ):
1313 output = """<!-- This rule was automatically generated based on an HSTS
1414 preload rule in the Chromium browser. See
15- https://src.chromium.org/viewvc/chrome/trunk/src/net/base /transport_security_state_static.h
15+ https://src.chromium.org/viewvc/chrome/trunk/src/net/http /transport_security_state_static.h
1616 for the list of preloads. Sites are added to the Chromium HSTS
1717 preload list on request from their administrators, so HTTPS should
1818 work properly everywhere on this site.
You can’t perform that action at this time.
0 commit comments