Skip to content
Snippets Groups Projects
Commit 2ed599e7 authored by Klas Arvidsson's avatar Klas Arvidsson
Browse files

New rules for office forms (TDDC77) and new course (TDDE69)

parent 33c641c5
No related branches found
No related tags found
1 merge request!62Devel
Pipeline #153909 failed
// For TDDC77 DAT3 2025-01
^https://forms\.office\.com/pages/responsepage\.aspx\?id=7Bg_kSZ_X0yoFnhP6aWO3dxPk6SaoB1DvjOxHiii8UZUMExJR0pRWkMzOTYzWjRGNzJHTFJMNUhFSS4u&route=shorturl true
^https://forms\.office\.com/e/N8TBYTcMSD true
// https://forms\.office\.com/formapi/api/913f18ec-7f26-4c5f-a816-784fe9a58edd/users/a4934fdc-a09a-431d-be33-b11e28a2f146/light/runtimeFormsWithResponses('7Bg_kSZ_X0yoFnhP6aWO3dxPk6SaoB1D\
vjOxHiii8UZUMExJR0pRWkMzOTYzWjRGNzJHTFJMNUhFSS4u')\?\$expand=questions(\$expand=choices)&\$top=1
^https://forms\.office\.com/formapi/api/.* true
// https://lists.office.com/Images/913f18ec-7f26-4c5f-a816-784fe9a58edd/a4934fdc-a09a-431d-be33-b11e28a2f146/T0LIGJQZC3963Z4F72GLRL5HEI/69d43e42-bad1-4343-a566-e274f56a5519
^https://lists.office.com/Images/.* true
^https://eu-mobile\.events\.data\.microsoft\.com/OneCollector/1\.0/\?cors=true&content-type=application/x-json-stream&w=2 true
^https://forms\.office\.com/pwa/en-gb/app\.webmanifest true
^https://cdn\.forms\.office\.net/scripts/dists/[-_.a-zA-Z0-9]*\.js true
^https://c\.office\.com/c\.gif true
^https://cdn\.forms\.office.net/images/.* true
...@@ -34,3 +34,12 @@ ...@@ -34,3 +34,12 @@
^https?://scikit-learn\.org/stable/modules/.* true ^https?://scikit-learn\.org/stable/modules/.* true
^https?://scikit-learn\.org/stable/_static/.* true ^https?://scikit-learn\.org/stable/_static/.* true
^https?://scikit-learn\.org/dev/_static/.* true ^https?://scikit-learn\.org/dev/_static/.* true
// TDDE69
^https://scikit-learn\.org/stable/user_guide.html true
^https://matplotlib\.org/stable/users/.* true
^https://matplotlib\.org/stable/api/.* true
// TDDE69 Less important
^https://pandas\.pydata\.org/docs/.* true
^https://pytorch\.org/docs/stable/.* true
...@@ -98,6 +98,7 @@ def main(): ...@@ -98,6 +98,7 @@ def main():
load_rules(ruleset, basedir + "/rules.d/ruby.rules") load_rules(ruleset, basedir + "/rules.d/ruby.rules")
load_rules(ruleset, basedir + "/rules.d/sas.rules") load_rules(ruleset, basedir + "/rules.d/sas.rules")
load_rules(ruleset, basedir + "/rules.d/translate.rules") load_rules(ruleset, basedir + "/rules.d/translate.rules")
load_rules(ruleset, basedir + "/rules.d/office.forms.rules")
with open(filterlog, 'a') as log: with open(filterlog, 'a') as log:
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment