Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
oldhill
/
https-everywhere
Public
forked from
EFForg/https-everywhere
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
https-everywhere
utils
trivial-validate.py
on
rm-gitcommit
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 14, 2015
[Paste2.org] Fix bad regexp.
Show description for dfddd88
jsha
committed
dfddd88
View commit details
Copy full SHA for dfddd88
View code at this point
Browse repository at this point
Commits on Mar 19, 2015
Restore some rules flagged by the fetch test.
Show description for 38388af
jsha
committed
38388af
View commit details
Copy full SHA for 38388af
View code at this point
Browse repository at this point
Commits on Feb 26, 2015
Add detection of unescaped dots in exclusion rules
Show description for fb2d2bf
jsha
committed
fb2d2bf
View commit details
Copy full SHA for fb2d2bf
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
Improve validation.
Show description for a0930a0
jsha
committed
a0930a0
View commit details
Copy full SHA for a0930a0
View code at this point
Browse repository at this point
Commits on Aug 24, 2014
Implement a downgrade & duplicate whitelist.
Show description for f6d95ef
semenko
committed
f6d95ef
View commit details
Copy full SHA for f6d95ef
View code at this point
Browse repository at this point
Commits on Aug 18, 2014
Move some validations into the RELAX NG grammar.
jsha
committed
32ca6c6
View commit details
Copy full SHA for 32ca6c6
View code at this point
Browse repository at this point
Clearer variable names
jsha
committed
bdc0977
View commit details
Copy full SHA for bdc0977
View code at this point
Browse repository at this point
Commits on Aug 16, 2014
Add make-sqlite to make{xpi,crx} before validation.
jsha
committed
ba9db3f
View commit details
Copy full SHA for ba9db3f
View code at this point
Browse repository at this point
Restore duplicate host testing to trvial-validate.
jsha
committed
b9b193d
View commit details
Copy full SHA for b9b193d
View code at this point
Browse repository at this point
Speed up make-sqlite and trivial-validate.
jsha
committed
95db03b
View commit details
Copy full SHA for 95db03b
View code at this point
Browse repository at this point
First stab at faster validation.
jsha
committed
a3268fb
View commit details
Copy full SHA for a3268fb
View code at this point
Browse repository at this point
Commits on Aug 15, 2014
changing #!/usr/bin/env python to #!/usr/bin/env python2.7
charlesthomas
committed
ba5f5a1
View commit details
Copy full SHA for ba5f5a1
View code at this point
Browse repository at this point
Commits on Feb 1, 2014
Unified shebang (#!), so all python utils repsect virtual envs
charlesthomas
committed
317f25c
View commit details
Copy full SHA for 317f25c
View code at this point
Browse repository at this point
Commits on Jan 8, 2014
Change #! lines to specify python2.7 (required for argparse module)
Jacob Hoffman-Andrews
committed
bde023b
View commit details
Copy full SHA for bde023b
View code at this point
Browse repository at this point
Commits on Nov 13, 2013
correct typo in argument help
Seth Schoen
committed
e2c98ea
View commit details
Copy full SHA for e2c98ea
View code at this point
Browse repository at this point
Commits on Nov 10, 2013
utils/trivial-validate.py: Corrected false variable.
jpds-zz
committed
b9b35d1
View commit details
Copy full SHA for b9b35d1
View code at this point
Browse repository at this point
Commits on Nov 7, 2013
Merged in 'origin/master' with changes from schoen.
jpds-zz
committed
4e57677
View commit details
Copy full SHA for 4e57677
View code at this point
Browse repository at this point
Merged remote-tracking branch 'origin/master'.
Show description for 13f5328
jpds-zz
committed
13f5328
View commit details
Copy full SHA for 13f5328
View code at this point
Browse repository at this point
Commits on Oct 13, 2013
utils/trivial-validate.py: Use python directly.
jpds-zz
committed
3680c89
View commit details
Copy full SHA for 3680c89
View code at this point
Browse repository at this point
utils/trivial-validate.py: Use argparse instead of getopt.
jpds-zz
committed
2297bb4
View commit details
Copy full SHA for 2297bb4
View code at this point
Browse repository at this point
Commits on Oct 11, 2013
utils/trivial-validate.py: Make errors actually log to stderr.
jpds-zz
committed
bccb210
View commit details
Copy full SHA for bccb210
View code at this point
Browse repository at this point
Commits on Jun 13, 2013
Replace '/'.join with os.path.join
diracdeltas
committed
b824146
View commit details
Copy full SHA for b824146
View code at this point
Browse repository at this point
Remove extra output for debugging
diracdeltas
committed
f1bab71
View commit details
Copy full SHA for f1bab71
View code at this point
Browse repository at this point
Fix bug in duplicate ruleset checking
diracdeltas
committed
61f0e6b
View commit details
Copy full SHA for 61f0e6b
View code at this point
Browse repository at this point
Removing unused filetree traversal function
diracdeltas
committed
414b742
View commit details
Copy full SHA for 414b742
View code at this point
Browse repository at this point
Enable validation by specifying filenames
diracdeltas
committed
a94208f
View commit details
Copy full SHA for a94208f
View code at this point
Browse repository at this point
Merge single and multi file trivial validation
Show description for b6604b1
diracdeltas
committed
b6604b1
View commit details
Copy full SHA for b6604b1
View code at this point
Browse repository at this point
Commits on Jun 12, 2013
Start to generalize trivial-validate.py input
Show description for a606e38
diracdeltas
committed
a606e38
View commit details
Copy full SHA for a606e38
View code at this point
Browse repository at this point
Commits on May 2, 2013
Update makecrx.sh, utils/*.py for Python3 with 2to3
Hello71
authored and
Seth Schoen
committed
afb47e9
View commit details
Copy full SHA for afb47e9
View code at this point
Browse repository at this point
Commits on Apr 23, 2013
[trivial-validate] Grammar
MB
committed
408ba64
View commit details
Copy full SHA for 408ba64
View code at this point
Browse repository at this point
[trivial-validate] Check for rules without 'to'
Show description for d5204ac
MB
committed
d5204ac
View commit details
Copy full SHA for d5204ac
View code at this point
Browse repository at this point
Commits on Apr 19, 2013
Replace trivial-validate.py with 3.0 version
Show description for 9a2ed53
diracdeltas
committed
9a2ed53
View commit details
Copy full SHA for 9a2ed53
View code at this point
Browse repository at this point
Commits on Apr 11, 2013
[trivial-validate] Grammar
MB
committed
742e587
View commit details
Copy full SHA for 742e587
View code at this point
Browse repository at this point
[trivial-validate] Check for rules without 'to'
Show description for 753936a
MB
committed
753936a
View commit details
Copy full SHA for 753936a
View code at this point
Browse repository at this point
Commits on Nov 21, 2012
Downgrade warnings during validations can be less spammy
pde
committed
6917dac
View commit details
Copy full SHA for 6917dac
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.